TDD CODE LAB

Based on Jason Gorman's Software Craftsmanship Code Lab blog post

Getting started

git clone git://github.com/mrdavidlaing/TDD_CODE_LAB.git

List the available languages:

git branch

Select the language branch you are interested in:

git checkout <language-branch>

Read the relevant README.md on how to get started.