Browse by Tags
All Tags »
TDD (RSS)
Must . . . Resist . . . New Class . . . For some reason, most developers (me included) have this idea that the number of classes in your code base strongly indicates the complexity of your design. Or to say it another way, we tend to freak out when
Read More...
There have been several blog posts written recently on the topic of TDD and whether it ultimately makes you more productive or just slows you down. I don’t have much to add to that discussion but I found a comment left by Ben Rady for one of Bob Martin’s
Read More...
There’s a great quote from Refactoring: Improving the Design Of Existing Code: “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” -- Martin Fowler Recently, I’ve discovered that it applies
Read More...