To view parent comment, click here.
To read all comments associated with this story, please click here.
Strongly disagree. I can and do develop things in a text editor, yes, but limiting myself to this sole way of developing software would be just stupid.
As an example, for Windows GUI application development, I think Delphi is (or was ? Stopped using it at version 7) truly excellent. The whole process of creating forms, putting controls of them and adjusting their properties, managing events, writing code, debugging, changing the application's icon, and all those everyday tasks, is made incredibly smooth thanks to a nice set of well-chosen and well-implemented features. Even looking for help is great thanks to the integrated VCL and Win32 reference manuals. The sole issues I ever had with Delphi were not related to what it brings on the table, but rather to what it does not do and leaves to a Win32 API which is very poorly integrated in a Pascal environment.
Edited 2010-11-01 17:28 UTC
In a way I think you're correct. I rarely use the rapid part of drag n drop controls on a window or something like that. But a good integrated debugger, code sense/intellisense refactoring tools etc helps you speed up your development.
I used Pe for several years, with a makefile system, but back then BeOS lacked of a good debugger. The one that was released had potential but was way too unstable for real work.





Member since:
2005-11-15
There's nothing currently like Eclipse or VS on Haiku.