GildedRose-Refactoring-Kata/GildedRose/Java
2013-01-23 15:28:15 +01:00
..
GildedRose.java In Java it's best practice to use .equals for strings. Even though this is supposed to be legacy code, the use of == led to some hard to understand errors that distract from the exercise. 2013-01-23 15:28:15 +01:00
GildedRoseTest.java formatted code according to eclipse's formatter 2012-01-12 22:05:13 +01:00
Item.java added code needed for test fixture - ie toString methods and main method 2012-02-20 14:22:55 +01:00
TexttestFixture.java changing names to Fixture so that it's obvious this code is not part of the refactoring kata itself 2012-05-24 14:21:21 +02:00