GildedRose-Refactoring-Kata/Java/src
Bjorn Misseghers a282a8455e Add Itembehavior interface and default impl.
Again, separating the item behavior into a separate interface allows us
to determine the item behavior by choosing a sellIn and a
qualityBehavior implementation. The defaultItemBehavior uses the default
quality and sellIn behavior
2021-04-13 08:51:46 +02:00
..
main/java/com/gildedrose Add Itembehavior interface and default impl. 2021-04-13 08:51:46 +02:00
test/java/com/gildedrose Add tests for edge cases 2021-04-06 21:35:30 +02:00