https://github.com/libhide/99-bottles
Sandi Metz' "99 Bottles of Beer" kata.
https://github.com/libhide/99-bottles
kata oop
Last synced: about 1 month ago
JSON representation
Sandi Metz' "99 Bottles of Beer" kata.
- Host: GitHub
- URL: https://github.com/libhide/99-bottles
- Owner: libhide
- Created: 2020-10-08T19:53:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-12T10:48:43.000Z (over 5 years ago)
- Last Synced: 2025-04-03T23:14:43.531Z (about 1 year ago)
- Topics: kata, oop
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 99 Bottles of Beer
*Excerpt from Sandi Metz' 99 Bottles of OOP*
> It turns out that everything you need to know about Object-Oriented Design (OOD) can be learned from the ["99 Bottles of Beer"](https://en.wikipedia.org/wiki/99_Bottles_of_Beer) song.
Well, perhaps not everything, but quite certainly a great many things.
The song is simultaneously easy to understand and full of hidden complexity, which makes it the perfect skeleton upon which to hang lessons in OOD.
## Where is the excercise?
Switch to the branch corresponding to your preferred programming language and follow the instructions in the README!