https://github.com/nymann/gilded-rose-refactoring-kata
https://github.com/nymann/gilded-rose-refactoring-kata
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nymann/gilded-rose-refactoring-kata
- Owner: nymann
- Created: 2021-06-19T16:31:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T00:20:23.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T21:06:48.918Z (about 1 year ago)
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gilded Rose
[](https://codecov.io/gh/nymann/gilded_rose_python)
[](https://bettercodehub.com/results/nymann/gilded_rose_python)
An OOP Python implementation of The infamous [Gilded Rose](https://github.com/emilybache/GildedRose-Refactoring-Kata). Below you can read the given feature request.
###### Caveats
I have chosen to not follow the following criteria:
> However, do not alter the Item class or Items property as those belong to the goblin in the corner who will insta-rage
and one-shot you as he doesn't believe in shared code ownership (you can make the UpdateQuality method and Items
property static if you like, we'll cover for you).
You can read the Gilded Rose requirements [here](https://github.com/emilybache/GildedRose-Refactoring-Kata/blob/main/GildedRoseRequirements.txt).