-
Recent Posts
Archives
Twitter Updates
- guys he didn't say zero RT @bradwilson: percentage wise we've killed a very small number of MVC PMs via hazing. 2 hours ago
- @bcaraway doesn't it clarify some minimums that a company could fraudulently not honor? 2 hours ago
- @andrewdavey sure. 2 hours ago
- @andrewdavey there's a SolutionScript for that! (extreme alpha, IISExpress edition) http://t.co/YScAWnJ6 3 hours ago
- Interpreting this as pro-siesta research RT @newsycombinator: The myth of the eight-hour sleep http://t.co/WMBWTizo 3 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