On Thursday 31 August 2006 01:06, Archis Gore wrote: > I feel vi beats them all when it comes to one-file C progs!
I have developed small to medium to large size projects in C/C++ and here are my observations - letting an IDE maintain your makefiles is almost always a mistake. Creating makefiles isn' rocket science. Furthermore actual thing one has to write, e.g. Makefile.am/Jamfile are so simple, it doesn't take 5-10 lines per modules. IDE generated makefiles are often problematic to migrate when IDE is upgraded.. - A good editor is essential. The project management part of it is almost a fluff. I use konsole/kate and my primary development environment but I don't develop GUI app yet. Even with Qt GUI apps, I have worked in a similar mode in past without losing any productivity, and still keeping things simple. Shridhar -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
