We are pleased to announce that Steve Freeman, author of 'Growing Object-Oriented Software Guided by Tests' will be giving a presentation at Ugly Duckling's Amsterdam Lab.
Steve says:
"I will present my experiences applying Test-Driven Development (TDD) at all levels of the development process.
TDD at the class level is now well understood (if not always well practiced). We find that the benefits we get from writing tests first and using them to drive design apply at the system level too. That's why we try to address integration and system testing as early as possible. The sooner the system is in a deployable state, the better equipped we are to react to changing business needs by delivering new features.
My experience is that putting testing at the front of our development process, and paying attention to what we learn from them, flushes out architectural issues such as concurrency and distribution. The result is systems that are easier both to maintain and to support. We can also avoid some of common testing pitfalls, such as unreliability, slow execution, and brittleness."
Steve's site - http://www.higherorderlogic.com/
Ugly Duckling - http://uglyduckling.nl/
Comments