Starting code for the GildedRose Refactoring Kata in many programming languages.
Go to file
Emily Bache 8f2e1acc3e Merge pull request #10 from marcoemrich/master
added JavaScript version of Gilded Rose
2013-01-07 00:44:15 -08:00
GildedRose added js version of Gilded Rose from git@github.com:guyroyse/gilded-rose-javascript.git 2013-01-07 02:53:21 +01:00
Tennis tweak of url, so instructions will be correct 2012-12-10 14:49:40 +01:00
Yahtzee Updated the README files to markdown, improved the instructions. 2012-10-12 16:17:59 +02:00
README.md Updated the README files to markdown, improved the instructions. 2012-10-12 16:17:59 +02:00

Refactoring Katas

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, Smalltalk, C and Ruby. (a C# version together with a starting project is already available on github here)
  • Yahtzee Kata in C#, Java, C++ and Python (the C#, C++ and Java versions are also available in Jon Jagger's Cyberdojo, see his blog post)

For more information about these and other katas, you may be interested in my book The Coding Dojo Handbook