1
vote
Developers are dissatisfied with TDD. Is TDD really the problem, or is it lack of skill in novice practicitioners?
The first thing that caught my eye was: "Test code is throwaway code anyway". I mean, wow.
Of course, the opposite is true with TDD. Your tests become your regression firewall, …
2
votes
Coping with not doing what you want to.
The first thing is always to check your own work and assumptions. I assume you've done this.
The best you can do is to make your objections known, whether or not they're listened to - and …
6
votes
Great programming quotes
It was originally about warfare, but is no less true of building software:
“I have always found that plans are
useless, but planning is
indispensable.” - Dwight D. Eisenh …
2
votes
Where do you declare variables? The top of a method or when you need them?
The orthodoxy on coding clarity is that you should declare near first use. If you're following the other orthodoxy about keeping your function/methods short, though, then any declaration will be n …
5
votes
Is there real value in multi-touch interface for a desktop?
Apple bought the patent portfolio of a company called FingerWorks so that it could build multitouch into its own devices …
3
votes
Do smarter compilers, languages, and frameworks make dumber programmers?
s/make/allow/
Being a little less glib: They're tools. Tools don't make anything, and they don't make any craftsman better or worse. Powerful tools don't eithe …
