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.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出MFC (第二版)
侯俊杰 / 华中科技大学出版社 / 2001-1 / 80.00元
《深入浅出MFC》分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,但作者是甚于自己的学习经验以及教学经验,其挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。此篇只是提纲挈领,并不企图取代Visual C++使用手册;然而对于软件使用的老手,此篇或已足以帮助掌握Visual C++整合环境......一起来看看 《深入浅出MFC (第二版)》 这本书的介绍吧!