Starting code for the GildedRose Refactoring Kata in many programming languages.
Go to file
2020-07-19 13:51:23 -07:00
abap
Ada
c99
C
clisp
COBOL/mf
cpp added texttests fixture to cpp version 2020-05-06 09:21:24 +00:00
cpp-catch2 starting test should fail at the start 2020-06-08 13:58:55 +02:00
csharp
csharpcore
d
dart
Delphi
elixir
elm Remove License 2020-01-22 12:46:01 -05:00
erlang
fsharp
fsharp-core
go
Groovy
haskell
Java update gradle wrapper & junit5 dependency 2020-06-04 10:22:28 +03:00
Java-Spock
js-jasmine Add a text test fixture for javascript projects 2020-04-07 06:46:41 -03:00
js-jest Add a text test fixture for javascript projects 2020-04-07 06:46:41 -03:00
js-mocha Add a text test fixture for javascript projects 2020-04-07 06:46:41 -03:00
Kotlin
pascal
perl
perl6
php5
php7
plantuml
plpgsql typo 2020-01-23 19:53:15 +01:00
plsql
python
R
ruby added ruby gitignore 2020-05-07 08:44:42 +02:00
rust Make main.rs clippy-clean 2020-07-19 13:51:23 -07:00
scala Update ScalaTest version to 3.1.1 2020-04-05 13:17:19 +02:00
scheme
Smalltalk
sql
swift
texttests use TEXTTEST_HOME instead of TEXTTEST_CHECKOUT since it is now set to current working directory in latest texttest version 2020-05-07 15:33:04 +02:00
TypeScript
xslt
.bettercodehub.yml
.gitignore added texttests fixture to cpp version 2020-05-06 09:21:24 +00:00
GildedRoseRequirements_es.md
GildedRoseRequirements_fr.md
GildedRoseRequirements_pt-BR.md
GildedRoseRequirements_ru.txt
GildedRoseRequirements_zh.txt
GildedRoseRequirements.txt
license.txt
README.md make texttest easier to use 2020-05-07 15:31:00 +02:00

Gilded Rose Refactoring Kata

This Kata was originally created by Terry Hughes (http://twitter.com/TerryHughes). It is already on GitHub here. See also Bobby Johnson's description of the 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)

As Bobby Johnson points out in his article "Why Most Solutions to Gilded Rose Miss The Bigger Picture", it'll actually give you better practice at handling a legacy code situation if you do this Kata in the original C#. However, I think this kata is also really useful for practicing writing good tests using different frameworks and approaches, and the small changes I've made help with that. I think it's also interesting to compare what the refactored code and tests look like in different programming languages.

I wrote this article "Writing Good Tests for the Gilded Rose Kata" about how you could use this kata in a coding dojo.

How to use this Kata

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 Requirements" 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 requirements to identify suitable test cases. I've provided a failing unit test in a popular test framework as a starting point for most languages.

Alternatively, use the "Text-Based" tests provided in this repository. (Read more about that in the next section)

Whichever testing approach you choose, the idea of the exercise is to do some deliberate practice, and improve your skills at designing test cases and refactoring. The idea is not to re-write the code from scratch, but rather to practice designing tests, taking small steps, running the tests often, and incrementally improving the design.

Text-Based Approval Testing

This code comes with comprehensive tests that use this approach. For information about how to run them, see the texttests README

Get going quickly using Cyber-Dojo

I've also set this kata up on cyber-dojo for several languages, so you can get going really quickly:

To create an individual exercise:

To create a group exercise:

Better Code Hub

I analysed this repo according to the clean code standards on Better Code Hub just to get an independent opinion of how bad the code is. Perhaps unsurprisingly, the compliance score is low!

BCH compliance