Name:
Anonymous
2011-06-25 6:09
Why do people use IDEs over a good old text editor and a compiler? What does Visual Studio have to offer over Vim and gcc?
Name:
Anonymous
2011-06-27 5:25
IDEs are nice.
Text editors optimize the wrong thing. entering the code is by far not the bottleneck. It is better to help with debugging than to help with typing.