Monthly Archives: December 2010

Type systems and their advantages

Typing is not the bottleneck.  Neither is typing. If you’ve been a programmer sometime in the last fourteen billion years you’ve noticed that there’s this conversation about type systems, specifically about comparing static type systems to dynamic type systems. Dynamic … Continue reading

Posted in Deep thoughts | 8 Comments

Easy ways to maximize the value of TDD

Before we’ve made it pass the first time, a failing test tells us what code to write. When it fails later, it can tell us what we broke.  Failing tests alert us to regressions before we integrate. A test is … Continue reading

Posted in TDD | Leave a comment