Where have all the RAD IDEs gone?

栏目: IT技术 · 发布时间: 5年前

Growing up as a kid I loved all those RAD ( Rapid Application Development ) IDEs.

I loved that I could make what I created in my mind a reality with just visual tools. I had ideas about what programs to make all the time. Some "unmet" need would come up during the week that required a new program to be created (we didn't call them apps).

I would just fire up the IDE and start designing the UI. Then I would double click on the UI elements (e.g. the buttons) and start writing the logic.

The hottest tools those days were RAD IDEs. Visual Basic, Delphi, RealBASIC, just to name a few. I remember the excitement every time I discovered a new one.

Today, creating an app has become too serious. Although the tools have become way more powerful and safe (from a software engineering point of view), they have become complex as well. Designing the UI for an app requires careful thinking and, most of the time, learning a new paradigm or language.

I understand the limitations of the RAD and visual design. It doesn't scale. Yeah, it's easy and quick to make a prototype, but what happens when you have thousands of users and hundreds of developers? If you design properly your UI and app from the beginning using declarative ways (e.g. Flutter) or in XML (e.g. Android) it will scale for all screen sizes and will be easier to extend when new needs come.

The argument against any kind of visual design is that the code they produce is not readable. With the RAD tools of the past, there was no need to read or edit the UI code. It was the RAD tool's responsibility to "read" the UI code.

I just miss the days I could quickly get the UI out the way by visually designing it. There are a few of those tools left today but they are either outdated or using a language that is obscure or obsolete. Of course, there are standalone visual UI designers but the experience is far from seamless (design the UI, export it, import it, bind it, etc).

Who knows? Maybe the next great all-in-one cross-platform RAD IDE for a modern language is just around the corner.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法导论

算法导论

[美] Thomas H. Cormen、Charles E. Leiserson、Ronald L. Rivest、Clifford Stein / 高等教育出版社 / 2002-5 / 68.00元

《算法导论》自第一版出版以来,已经成为世界范围内广泛使用的大学教材和专业人员的标准参考手册。 这本书全面论述了算法的内容,从一定深度上涵盖了算法的诸多方面,同时其讲授和分析方法又兼顾了各个层次读者的接受能力。各章内容自成体系,可作为独立单元学习。所有算法都用英文和伪码描述,使具备初步编程经验的人也可读懂。全书讲解通俗易懂,且不失深度和数学上的严谨性。第二版增加了新的章节,如算法作用、概率分析......一起来看看 《算法导论》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具