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
- Host: GitHub
- URL: https://github.com/andyw8/rubykoans_tdd
- Owner: andyw8
- Created: 2012-08-21T13:15:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-21T15:11:12.000Z (over 12 years ago)
- Last Synced: 2025-01-05T19:13:03.723Z (5 months ago)
- Language: Ruby
- Size: 82 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.