https://github.com/cedrickchee/99bottles-ruby
My code for 99 Bottles of OOP exercises.
https://github.com/cedrickchee/99bottles-ruby
educational-project object-oriented-design object-oriented-programming
Last synced: 17 days ago
JSON representation
My code for 99 Bottles of OOP exercises.
- Host: GitHub
- URL: https://github.com/cedrickchee/99bottles-ruby
- Owner: cedrickchee
- Created: 2021-03-28T04:03:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T12:46:29.000Z (about 5 years ago)
- Last Synced: 2026-02-21T17:37:52.167Z (3 months ago)
- Topics: educational-project, object-oriented-design, object-oriented-programming
- Language: Ruby
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 99 Bottles of OOP
The best way to learn from this 99 Bottles Object-Oriented Programming (OOP)
book is to work the exercises yourself.
This project keep my code for the OOP and Object-Oriented Design (OOD)
practices.