Tdd Articles
« Please Do Not Break Into
If you are using an Object-Oriented language (writing code in a DSL can change things a bit, it depends on the DSL) you should specify and verify the objects themselves and not how they are implemented.
« The Unit of Testing is the Unit of Maintainability
If you consider yourself to be mature enough, to drop testing pay attention to the minefields you may be leaving behind.
« 2010 In Books
Let me try to compile here a list with the books I've read in 2010. I'll also add a very quick review.
« Everyday Tales: We Call It Unit For A Reason
Aggregations and compositions are not just collaborations; they are part of the class internal design and should not be exposed; not even to tests.
« Better Functional Design Through TDD - Slides
Slides from the presentation
« On The Testing In Clojure Debate
I shouldn't try to sell the tools I find useful in my tiny little corner of the development world to everyone
« My Experience With TDD In Clojure
So far, my experience with TDD in functional programming is that it is just as beneficial in this paradigm as it is in more traditional ways to think about software.