From 14303cc7e05e3dfeb75f1ffe1ca810c68348642b Mon Sep 17 00:00:00 2001 From: Emily Bache Date: Wed, 4 Apr 2012 14:30:27 +0200 Subject: [PATCH] Small tweak to text --- GildedRose/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GildedRose/README b/GildedRose/README index 45accd75..bf54061f 100644 --- a/GildedRose/README +++ b/GildedRose/README @@ -6,7 +6,7 @@ See also http://iamnotmyself.com/2011/02/13/refactor-this-the-gilded-rose-kata/ How to use this Kata ==================== -The simplest way is to just clone the code and start hacking away improving the design. I strongly advise you that you'll need some tests if you want to make sure you don't break the code in the process though. +The simplest way is to just clone the code and start hacking away improving the design. You'll want to look at the "Gilded Rose Background Reading" (below) which explains what the code is for. I strongly advise you that you'll also need some tests if you want to make sure you don't break the code while you refactor. You could write some unit tests yourself, using the Kata Background Reading (below) to identify suitable test cases. I've provided a failing unit test in a popular test framework as a starting point for most languages.