Posted Friday 27th June 2008 10:05 GMT
VS used to be good
I used to use VC++, way back in my Win32 coding days. It was great: best in class debugger with edit-and-continue letting you tweak your code as you debugged.
But things changed -we moved to Java. Where the lack of a debugger gave us stuff like JUnit testing, the lack of a single IDE gave us ant-based builds and deployment, and tools like Cruise Control.
Sometimes I go to VS, and find myself underwhelmed. But I hate eclipse too.It's way too complex, and adding maven to the mix doesnt help that much. IntelliJ IDEA wins for productivity, and NetBeans for laptops without enough CPU power for IDEA.