Part 1 – Refactor Tennis1
git clone https://github.com/emilybache/Tennis-Refactoring-Kata.git
Choose your language
Refactor TennisGame1
Part 2 – Example of unit tests retrofitted
Either… git clone git@github.com:claresudbery/gilded-rose-kata.git
or… git clone https://github.com/claresudbery/gilded-rose-kata.git
(if in doubt choose the second)
cd gilded-rose-kata
git checkout csharp-test-start
Look at this file for description of problem (GildedRoseRequirements.md in root of repo)
Look at this file to see tests (/csharp/GildedRoseTests.cs)
Part 4 – Easier to understand / cheaper to modify
Demo 1 – Easier to understand / cheaper to modify