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.
You can read all about this code kata here.
If you want to try and solve this kata using JavaScript, follow the instructions below.
- Clone the repo.
- Make sure you're on the
master
branch. - Run
npm i
to install dependencies ie. onlyjest
in this case. - Get to work! You can run tests with
npm test
.
If not, head on here and find the starting code for your preferred language!