Gilded Rose Refactoring Kata in Node
This was an excercise to refactor existing code with node.js. Apart from the requirements, there were no clear instructions and test were not provided. I started by writing the test, refactoring the code, and then add additional feature requirements.
The tests were written in Jasmine.
To run the test: npm test
- Emily Bache for Creating the Kata