1
vote
What development book made the most impact on you as a developer?
Mine is Test Driven Development by Example
…
5
votes
What are the best design patterns books you have read?
My favorites have already been mentioned above. I'll just add in Uncle Bob's Agile Principles Patterns and Practices. Not just about design patterns, but also about design principles.
…
33
votes
What is your single favorite development tool?
Unix utilities. I even install Cygwin when in Windows.
…
5
votes
2
votes
What’s the first thing you ‘trip up on’ when learning a new language.
Now how do I write assert (1+2*3 == 7) in this language? :)
An assert statement is the most primitive form of debugging construct that is present in every …
1
vote
Is Test Driven Development good for a starter?
My programming motto is:
Make it run -- the program solves the problem
Make it right -- the program is designed cleanly and there is a small amount of duplication
M …
4
votes
22
votes
What is your favorite esoteric programming language?
APL! look at all the special keys that you can use in your code:
…
