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.
- Host: GitHub
- URL: https://github.com/libhide/gilded-rose
- Owner: libhide
- Created: 2018-12-16T20:22:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T20:32:17.000Z (over 7 years ago)
- Last Synced: 2025-02-09T11:11:26.737Z (about 1 year ago)
- Topics: es2015, gildedrose, javascript, jest
- Language: JavaScript
- Homepage: http://iamnotmyself.com/2011/02/13/refactor-this-the-gilded-rose-kata/
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!