https://github.com/gwleuverink/fizzbuzz
A basic FizzBuzz exercise for practicing SOLID principles.
https://github.com/gwleuverink/fizzbuzz
Last synced: 3 months ago
JSON representation
A basic FizzBuzz exercise for practicing SOLID principles.
- Host: GitHub
- URL: https://github.com/gwleuverink/fizzbuzz
- Owner: gwleuverink
- Created: 2017-02-20T21:55:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T10:32:13.000Z (over 7 years ago)
- Last Synced: 2025-01-27T22:54:00.530Z (5 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A SOLID FizzBuzz Exercise
As the title implies this project is a small exercise for implementing SOLID class design principles on the well known FizzBuzz kata.