Wiki

Changes between Initial Version and Version 1 of Koans

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Koans

    v1 v1  
     1= Cobra Koans = 
     2 
     3Cobra Koans are a series of focused exercises centered around learning language features by correcting code whose assertions are failing. 
     4 
     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)." 
     6 
     7You can find the koans at: 
     8https://bitbucket.org/CharlesEsterbrook/cobra-koans 
     9 
     10== See Also == 
     11 
     12 * http://cobra-language.com/docs/how-to-learn/ 
     13 * https://www.google.com/search?q=programming+language+koans    
     14 * https://www.google.com/search?q=learn+programming+with+koans