Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhsu/asplus_katas
Code Katas for work at Academic Software Plus
https://github.com/jhsu/asplus_katas
Last synced: 2 months ago
JSON representation
Code Katas for work at Academic Software Plus
- Host: GitHub
- URL: https://github.com/jhsu/asplus_katas
- Owner: jhsu
- Created: 2011-10-10T00:15:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-10T16:24:05.000Z (over 13 years ago)
- Last Synced: 2023-04-12T04:56:45.292Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
### Code Katas
This is a series of test files for writing Code Katas at AS+. Please clone this repository, and use the provided tests to develop your problem solutions.
### Katas
* [Look and Say Sequence](http://en.wikipedia.org/wiki/Look-and-say_sequence)
* Bowling Scoring
* Texas Hold 'Em
* Ukulele Chords*Other Katas will be forthcoming.*
#### Using this Repository
Please do not commit your solutions to this repository. If you want to add a new Kata, or add more tests for our existing Katas, then that's fine.
The tests are written using TestUnit only.