Blackjack Code Kata
By Colin on 28th September 2014
2014-09-28
Blackjack Code Kata
Recently I have been learning Test Driven Development. TDD as its known is a practice for writing and testing your code. It relies on the developer to write very small cycles of code in repetition. As I was learning I…