https://github.com/francomelandri/fizz-buzz-kata
KATA programming - FizzBuzz - Functional programming - Continuous learning
https://github.com/francomelandri/fizz-buzz-kata
Last synced: 6 months ago
JSON representation
KATA programming - FizzBuzz - Functional programming - Continuous learning
- Host: GitHub
- URL: https://github.com/francomelandri/fizz-buzz-kata
- Owner: FrancoMelandri
- License: mit
- Created: 2019-06-05T14:33:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T13:42:20.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T04:51:17.203Z (8 months ago)
- Language: Java
- Homepage:
- Size: 1.38 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fizz Buzz KATA
Given an integer number as input
- Print **fizz** if the number is divisible by 3
- Print **buzz** if the number is divisible by 5
- Print **fizzbuzz** if the number is divisible by 3 and 5Example (up to 15)
> 1, 2, fizz, 4, buzz, fizz, 7, 8, fizz, buzz, 11, fizz, 13, 14, fizzbuzz,#References
kata:
http://codekata.com/
http://codingdojo.org/KataCatalogue/clean code:
https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882commit:
http://whatthecommit.com/