|
|
|
|
|
by alttab
4221 days ago
|
|
Maybe not for everyone. I find myself alone amongst many because I hate tools. The need for a tool means there is some problem that has to be solved. For instance, I much prefer languages that don't necessitate an IDE. I'd much rather program in Ruby, Python, Javascript, or anything else I can do competently in vi, with a 5 line .vimrc file. Even when in vi I only use like 5 commands. I find other ways to be effective. I can boot up Eclipse or IntelliJ or whatever and get the job done, but certainly there has to be a better way? I installed Chrome because its fast. I liked it for web development because it had "Firebug" essentially built in. I eventually peeked back at Firefox to see if was doing anything interesting on the development side, but by that point much preferred the overall speed and simplicity of Chrome that I simply haven't bothered to go back. Compared to IE, developing for both platforms rarely requires you to even check Firefox for correctness or performance once you get around the quirks or use more recently developed JS libraries. I think the only extension I installed for Chrome was TamperMonkey. And a couple of things developed for work purposes. |
|