Releases: atdd-bdd/GildedRose
Releases · atdd-bdd/GildedRose
Scenarios with Types
This example has scenarios that show the use of types of items. The original scenario is broken into three scenarios. One to determine the type of an item. The other two use that type to determine the quality and the sellin values for an item. The method that computes these values has been altered to use the type of an item rather than the name. It has not been refactored for readability. That is left as an exercise to the reader.