Starting code for the GildedRose Refactoring Kata in many programming languages.
Go to file
2012-08-08 14:40:14 +02:00
GildedRose Renamed main functions to TexttestFixture to make it clear they're not part of the actual refactoring kata 2012-05-24 14:25:44 +02:00
Tennis Changed the method to use the built in pytest.mark.parametrize 2012-06-25 13:43:33 +02:00
Yahtzee New Refactoring Kata - Yahtzee - by Jon Jagger 2012-06-14 11:30:21 +02:00
README Added a new kata - Yahtzee - by Jon Jagger 2012-06-14 11:33:10 +02:00

Can you refactor? In really small steps? Can you turn some, frankly, ugly code into a paradigm of elegant, readable, extensible design?

This is a collection of starting files for when practicing refactoring.

Contents so far:

Tennis Kata in Java, Python and C++.
Gilded Rose Kata in C++, C#, Java, Python and Ruby. (a C# version together with a starting project is already available on github)
Yahtzee Kata in C#, Java and Python (the C# and Java versions are also available in Jon Jagger's Cyberdojo)