Skip to content

Tags: Jonarzz/refactoring-katas

Tags

string-calculator

Toggle string-calculator's commit message
Procedural approach refactor in String Calculator kata. Short descrip…

…tion of the kata in the main README.

fizz-buzz

Toggle fizz-buzz's commit message
Added 4 more FizzBuzz implementations: divisibility rule based, simpl…

…e modulo (%15 instead of %3 and %5) and two more dumb ones: array and list based

score-keeper

Toggle score-keeper's commit message
Added a benchmark to the Score Keeper kata and included it's results …

…in the README

bowling-game-done

Toggle bowling-game-done's commit message
Minor refactoring of the bowling kata:

- 'frame' package encapsulation
- flattened obsolete abstraction level (GameFrames class)
- improved methods naming for better readability

banking-kata-done

Toggle banking-kata-done's commit message
Final banking kata refactoring