An open API service indexing awesome lists of open source software.

https://github.com/libhide/gilded-rose

My attempt at the Gilded Rose Kata.
https://github.com/libhide/gilded-rose

es2015 gildedrose javascript jest

Last synced: about 1 year ago
JSON representation

My attempt at the Gilded Rose Kata.

Awesome Lists containing this project

README

          

# Gilded Rose Kata

My attempt at solving the Gilded Rose Kata. The `master` branch of this repo contains the Gilded Rose kata in it's unsolved state and my solution lives on the `solved` branch.

## What the heck is the Gilded Rose Kata?!

You can read all about this code kata [here](http://iamnotmyself.com/2011/02/13/refactor-this-the-gilded-rose-kata/).

## Want to try and solve the kata yourself?

If you want to try and solve this kata using JavaScript, follow the instructions below.

1. Clone the repo.
2. Make sure you're on the `master` branch.
3. Run `npm i` to install dependencies ie. only `jest` in this case.
4. Get to work! You can run tests with `npm test`.

If not, head on [here](https://github.com/emilybache/GildedRose-Refactoring-Kata) and find the starting code for your preferred language!