GildedRose-Refactoring-Kata/Java
Bjorn Misseghers 5f51644a8c Separate sellIn behavior in separate class
We extract this behavior in a separate interface so we can implement
different implementations of it and test them separately.
Default behavior is to decrease the sellIn date every iteration by 1
2021-04-13 08:47:35 +02:00
..
gradle/wrapper update gradle wrapper & junit5 dependency 2020-06-04 10:22:28 +03:00
src Separate sellIn behavior in separate class 2021-04-13 08:47:35 +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