Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.