#6 I find it interesting that you seem to put C and VB in the same category and put Java in a different one. I don't think Java holds a candle to the potential complexity of C programs.
TickleMe, I think our definitions of RAD differ. I think that it is easier to write a pure C++ application in VS6 than it is in vi, or KDevelop, or KWrite or "A Simple Text Editor". I only code in C# on VisualStudio .NET, but I imagine it is just as easy there. Now, what makes it easier for me to develop? For starters - a visual debugger, IntelliSense, context sensitive help, integrated help (no searching through man pages), sample code, Enterprise templates etc.
As far as universities go, the only gui app I did in college was...wait, I didn't do any gui apps. I haven't seen much "drag and drop" going on with non-gui related apps. If anything, the strictly object-oriented nature of .NET should make solid design a more natural part of the development process. Rather than push people away, it seems people should embrace this.
|