Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 734 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 734 Bytes

Code Dojo 4

This is my worked examples from the 4th meeting of the London Code Dojo. Feel free to play around with them. You can run the code (assuming you have node and coffeescript installed) with:

vows --spec test-lines-of-code.coffee

I set up a watchr file (code-dojo.watchr) so that the vows are run automatically every time you save a file in your editor, simply run watchr (if you have it installed) with:

watchr code-dojo.watchr

The source of the kata is the Pragmatic Programmers and you can find the original write up here. You can find out more about the London Code Dojo at our homepage.