"a software development process that relies on the repetition of a very short development cycle: first the developer writes a failing automated test case that defines a desired improvement or new function, then produces code to pass that test and finally refactors the new code to acceptable standards".I've been hearing a lot about it since I started programming again. That aroused my curiosity and I'd like to learn how to use it.
These are the resources that I plan to use:
- I've ordered Test Driven Development: By Example, a book written by Kent Beck.
- I've found a wonderful series of videos by James Shore: Let's play: TDD.
- There's also a book in Spanish about TDD written by Carlos Ble that you can download for free: Diseño ágil con TDD.
No comments:
Post a Comment