Skip to content

Commit

Permalink
Added branch info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Feb 22, 2011
1 parent 572100b commit 34eb349
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# The Gilded Rose Code Kata

This is a Ruby version of the Gilded Rose Kata, found
[here](http://www.iamnotmyself.com/2011/02/13/RefactorThisTheGildedRoseKata.aspx).
[here](http://www.iamnotmyself.com/2011/02/13/RefactorThisTheGildedRoseKata.aspx
I Am Not Myself).

This is a refactorying kata, so you will be starting with a legacy
code base. To work the Kata, clone this git repository and checkout
Expand All @@ -23,7 +24,15 @@ following changes:
items as a parameter rather than a hard coded constant.

You can read
[the original kata article](http://www.iamnotmyself.com/2011/02/13/RefactorThisTheGildedRoseKata.aspx) for more details.
[the original kata article](http://www.iamnotmyself.com/2011/02/13/RefactorThisTheGildedRoseKata.aspx
I Am Not Myself) for more details.

## Git Branches

* The 'master' branch contains the starting point for the kata. It is
also tagged as 'start-here'.

* The 'solution1' branch is my first solution for this kata.

Hope you enjoy this. -- Jim Weirich

Expand Down

0 comments on commit 34eb349

Please sign in to comment.