An open API service indexing awesome lists of open source software.

https://github.com/andyw8/rubykoans_tdd

TDDing solutions for some of the RubyKoans problems
https://github.com/andyw8/rubykoans_tdd

Last synced: 3 months ago
JSON representation

TDDing solutions for some of the RubyKoans problems

Awesome Lists containing this project

README

        

This project shows some examples of TDD practice against the Rubykoans examples.

I'm using the strict workflow of Red / Green / Refactor.

I've made a commit at each point when the tests are green, and also after I refactor them.

Browsing through the commit history shows how I 'triangulated' on the solution.