8
votes
18answers
1k views
What is the best physical operating environment for a developer.
Obviously this is completely subjective, but what environment do you like to work in? Well lit or dark? Warm or cool? Noisy, quiet or do you listen to music via headphones? Open plan, shared/indi …
2
votes
Reasons not to build your own bug tracking system
Because trac exists.
And because you'll have to train new staff on your bespoke software when they'll likely have experience in other systems which you can build on rather than throw away …
0
votes
What development book made the most impact on you as a developer?
Another vote here for Head First Design Patterns
…
0
votes
What is the single most effective thing you did to improve your programming skills?
Reading what other people had to say about good practices. Writing more code will only get you so far.
…
33
votes
2
votes
Should you administer IQ tests to programmers during the interview process?
Well I wouldn't go any further with the application process if I was asked to complete an IQ test. I've also been asked to complete 'personality tests' that claim to evaluate 'team fit' or 'leader …
1
vote
How do you deal with micromanagers?
This is the worlds best article on dealing with micromanagers:
http://www.randsinrepose.com/arch …
0
votes
What is the best way to profile PHP code
XDebug is nice but its not that easy to use or setup IMO.
The profiler built into Zend Studio is very easy to use. You just hit a button on a browser toolbar and BAM you have yo …
