|
|
|
|
|
by brettgriffin
385 days ago
|
|
> Those are tools that if I lost them, it surely would slow me down and be annoying. Yes, but the post above is pointing out that you would be significantly slower without an IDE, compiler or debugger than you would be without a pen/paper.
In fact, I don't think you would be a professional programmer if you didn't have them. Saying you like a notebook and pen while designing and writing software is very different than saying a notebook and pen are more important than an IDE, compiler, or debugger. |
|
This is a strange take. Programmers were around before any of those tools were. And today, even many professional programmers do their work without using any of them: they use text editors, they write interpreted languages, and they use printf()-debugging or other techniques.