Wiki

Changes between Version 1 and Version 2 of Koans

Show
Ignore:
Timestamp:
09/25/12 09:24:57 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Koans

    v1 v2  
    33Cobra Koans are a series of focused exercises centered around learning language features by correcting code whose assertions are failing. 
    44 
    5 As Laura @ DorkByte.com says: "Koans uses test driven development (TDD) or the notion of red, green, refactor.  With the koans, run the tests and see it fail (red), make the test pass (green), then see if there’s any way you could improve upon it (refactor)." 
     5As Laura @ !DorkByte.com says: "Koans uses test driven development (TDD) or the notion of red, green, refactor.  With the koans, run the tests and see it fail (red), make the test pass (green), then see if there’s any way you could improve upon it (refactor)." 
    66 
    77You can find the koans at: 
    88https://bitbucket.org/CharlesEsterbrook/cobra-koans 
     9 
     10There are only a few at this point in time. We need community members to contribute more koans. 
    911 
    1012== See Also ==