public
Description: My chunks of code made with TDD
Homepage:
Clone URL: git://github.com/adolfosousa/tdd-steps.git
name age message
file .gitignore Loading commit data...
file README.mkdn
README.mkdn

TDD Steps

What the hell is this project?

This is just some code made through the red-green-refactor steps.

Who is it for?

I see many people who don´t know how to start developing software using TDD. If you want to learn or are interested in TDD, you can use and contribute to this project.

But how?

While I´m coding, I will commit every time I change the state of my tests, which means I will work in a red-commit-green-commit-refactor-commit basis. Thus, anyone who has access to this git repository can use a visual tool like gitk or gitx to see what I made to evolve my code. I think seeing all the steps while TDDing is a way to learn this wonderful design technique.

Wanna help?

So, do you wanna help? Great! Send me some feedback or clone this repository and write some code in the red-commit-green-commit-refactor-commit basis. A lot of people may be thankful.

Adolfo Sousa