Starting code for the GildedRose Refactoring Kata in many programming languages.
Go to file
Trobax ab94957940 test cases for aged items 2
1- aged item quality increases twice as fast past selling date
2- aged item quality 50 past selling date does not increase
3- quality of an item is never greater than 50
2022-11-23 16:37:43 +01:00
Java test cases for aged items 2 2022-11-23 16:37:43 +01:00
.gitignore added texttests fixture to cpp version 2020-05-06 09:21:24 +00:00
GildedRoseRequirements.txt fix typo in requirements 2016-01-25 20:42:55 +01:00
license.txt added MIT license 2015-07-07 19:46:17 +02:00
README.md update readme file 2022-11-23 15:21:52 +01:00

Gilded Rose Refactoring Kata Java

This Kata was originally created by Terry Hughes (http://twitter.com/TerryHughes). It is already on GitHub here.

Instructions

1 - Build the project 2 - Run the microtests 3 - Follow the instructions in GildedRoseRequirements.txt