GildedRose-Refactoring-Kata/Java
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
..
gradle/wrapper update gradle wrapper & junit5 dependency 2020-06-04 10:22:28 +03:00
src Add Itembehavior interface and default impl. 2021-04-13 08:51:46 +02:00
.gitignore add gradle build capabilities 2019-11-18 17:42:08 +01:00
build.gradle update gradle wrapper & junit5 dependency 2020-06-04 10:22:28 +03:00
gradlew add gradle build capabilities 2019-11-18 17:42:08 +01:00
gradlew.bat add gradle build capabilities 2019-11-18 17:42:08 +01:00
pom.xml update gradle wrapper & junit5 dependency 2020-06-04 10:22:28 +03:00
settings.gradle add gradle build capabilities 2019-11-18 17:42:08 +01:00