https://github.com/drewmoore/koans
https://github.com/drewmoore/koans
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drewmoore/koans
- Owner: drewmoore
- Created: 2014-04-16T18:09:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T18:13:19.000Z (about 12 years ago)
- Last Synced: 2025-01-16T15:37:08.526Z (over 1 year ago)
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Koans
=====
__The path to enlightenment__
Koans is a collection of exercises created by Neo Software Artisans. Its purpose is in teaching the Ruby programming language
to novices. The teaching method is somewhat unique in the sense that it assumes no prior familiarity with Ruby. The exercises
are written as a series of tests that are set to fail. The uninitiated developer begins by fixing a very simple error, using
intuition alone. The tests become increasingly more complex, each
building upon the experience gained from prior exercises. This pedagogical approach is similar to the strategy used in the
Rosetta Stone suite of software for learning foreign languages.
This repository demonstrates my own mastery of the koans.