>>quanti+(OP)
I don't do a whole lot of software (got caught up on the hardware side of things), but one thing I'm noticing is that nobody makes extensive use of "advanced" IDE features as in eclipse or visual Studio.
Is this personal taste, or has it to do with the scope of the projects these guys are working on?
>>henghe+D3
For me, IDEs are great for when I have to do boilerplate coding. But when I switch to real business logic I use an editor like vi or sublime. Anything more impedes my thinking and gets in my way.
>>JustSo+M6
I'm guessing you're probably not writing unit test or use code coverage plugins or running static code analysis to provide feedback incrementally and quickly?