0
votes
What development book made the most impact on you as a developer?
Another vote here for Head First Design Patterns
…
2
votes
What’s the best way to organize code?
i normally order by the following
constructors
destructors
getters
setters
any 'magic' methods
methods for changing the persisted state o …
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.
…
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 …
