Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanjsanj/socfizzbuzz

fizzbuzz exercise with SOC
https://github.com/sanjsanj/socfizzbuzz

Last synced: 3 days ago
JSON representation

fizzbuzz exercise with SOC

Awesome Lists containing this project

README

        

# SOCfizzbuzz

Our attempt at writing the fizzbuzz game, by @sanjsanj and @saramoohead .

An exercise to improve our pair-programming skills.

ToDo:
-----
Challenge complete.
Further research on TDD and rspec.

### h3 Notes:
".to be_true" no longer accepted, must use:
".to be_truthy"
source: https://www.youtube.com/watch?v=CHTep2zQVAc