Thursday, July 14, 2016

Five years ago in Garajeando... (TDD)

This is a post titled "Learning TDD" from 5 years ago that I found last night:
TDD stands for Test-driven development and quoting the Wikipedia definition is
"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:
It was very nice remembering when I started this path.

After a lot of practice I'm still learning new things about TDD and enjoying it.

4 comments:

  1. The link to the original post is http://garajeando.blogspot.com.es/2011/06/learning-tdd.html

    ReplyDelete