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

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.

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!