Starting code for the GildedRose Refactoring Kata in many programming languages.
Go to file
2012-08-17 11:31:01 +02:00
GildedRose ported the C++ version in C 2012-08-17 11:31:01 +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 Improving the documentation, especially around text-based testing 2012-04-04 13:42:26 +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)