-
Recent Posts
Archives
Twitter Updates
- If I were an executive I would not be satisfied with that slide. 13 hours ago
- Agilemazing. RT @jchyip: IBM / Rational from 2006 to 2011 #agileaus instagr.am/p/LO2A85Hp5o/ 13 hours ago
- I, for one, welcome our new trigonometric overlords. 13 hours ago
- The revolution will be mathematical 13 hours ago
- If only we had a way to mathematically rationalize area and mass ... #geometry 13 hours ago
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