Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanjsanj/socfizzbuzz
- Owner: sanjsanj
- Created: 2015-03-03T13:22:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T14:03:59.000Z (over 9 years ago)
- Last Synced: 2024-05-16T01:13:57.227Z (6 months ago)
- Language: Ruby
- Size: 142 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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