Andrew Larkin, fellow CIMer, recently posted some thoughts on unit testing in Javascript that are worth a read. Up with Unit Testing!
Tag Archives: tdd
The Transformation Priority Premise: on coding
One of the highlights of Bob Martin’s recent TDD class at Comcast was watching him use tests and a set of transformation patterns to evolve and transform code to eventually achieve its aims. By using a set of refactorings he called Transformations, you not only get to something that works, it will be easier to maintain, modify, and use.