From d56bec32a85d3db388e059ffbb5189910bf478c9 Mon Sep 17 00:00:00 2001 From: Erol Kaya Date: Wed, 21 Aug 2019 19:39:23 +0200 Subject: [PATCH] General README updated --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 66e7ea8a..06a4c8a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Gilded Rose Refactoring Kata +## Java solution + +[see README](Java) + +## Kata This Kata was originally created by Terry Hughes (http://twitter.com/TerryHughes). It is already on GitHub [here](https://github.com/NotMyself/GildedRose). See also [Bobby Johnson's description of the kata](http://iamnotmyself.com/2011/02/13/refactor-this-the-gilded-rose-kata/). I translated the original C# into a few other languages, (with a little help from my friends!), and slightly changed the starting position. This means I've actually done a small amount of refactoring already compared with the original form of the kata, and made it easier to get going with writing tests by giving you one failing unit test to start with. I also added test fixtures for Text-Based approval testing with TextTest (see [the TextTests](https://github.com/emilybache/GildedRose-Refactoring-Kata/tree/master/texttests))