To view parent comment, click here.
To read all comments associated with this story, please click here.
Hey calm down, did I touched a nerve there?
I never mentioned IDEs except for the quote, I specifically said Without the help of a tool... already to avoid a 70's editor vs IDE discussion.
Use whatever you like.
I really doubt Go is usable in the context of multi-site off-shoring enterprise projects, which are the bread-and-butter for any Fortune 500 company nowadays.
If it succeeds in this world, it will be because of Google's sponsoring, nothing else.
Why do you doubt its usability? What aspects of Go are unsuitable? Do you mean that it's has different issues from other languages, maybe issues you're not as familiar with addressing? Please give details, as it's hard to actually hold a conversation, let alone a debate, when participants don't give anything to discuss.





Member since:
2006-01-02
Exactly. These people who say that IDEs are useless have never really used them, nor worked on very large projects.
Sure, you can do most everything you can do in an IDE without an IDE. And you can write assembly instead of C, or machine language in a hex editor if you want to. You can use Perl scripts to spelunk through code and produce static reference listings. If you want to...
But I want to get work done. And I like being able to jump around my code with keyboard shortcuts that are only made possible because the editor/tool I'm using actually understands the structure of my project and the language I'm coding in (beyond basic syntax highlighting). And I like being able to step through code while looking at the project in the same tool I develop it in, instead of using esoteric commands in a command line-only tool that show you very little context at any given point in time. Sure, you can do it...but why when there are better tools? Use the right tool for the job.