GildedRose-Refactoring-Kata/Java
Dante Panella a016db7317 The following changes were made to the code:
The code was refactored to use more descriptive variable names.
The logic for handling each type of item was consolidated into separate
blocks of code.
The code was made more efficient by reducing the number of times the
Math.min() method was called.
The code was made more readable by adding comments to explain the logic.

This unit test tests the following behaviors of the GildedRose class:

The quality of an Aged Brie item increases over time.
The quality of a Backstage passes to a TAFKAL80ETC concert item
increases over time, then zeroes out.
The quality of a normal item decreases over time.
2023-07-24 21:42:09 -03:00
..
.mvn/wrapper Migrated to apache maven wrapper 2022-01-03 22:18:08 +01:00
gradle/wrapper update gradle wrapper & junit5 dependency 2020-06-04 10:22:28 +03:00
src The following changes were made to the code: 2023-07-24 21:42:09 -03:00
.editorconfig Add editorconfig file for Java 2021-05-21 10:40:09 +02:00
.gitignore add gradle build capabilities 2019-11-18 17:42:08 +01:00
build.gradle make the gradle task for texttest slightly easier to use 2022-12-02 08:10:07 +01: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
mvnw Migrated to apache maven wrapper 2022-01-03 22:18:08 +01:00
mvnw.cmd Migrated to apache maven wrapper 2022-01-03 22:18:08 +01:00
pom.xml The following changes were made to the code: 2023-07-24 21:42:09 -03:00
README.md Java: run text fixture from cli 2022-11-27 16:14:50 +00:00
settings.gradle add gradle build capabilities 2019-11-18 17:42:08 +01:00

Gilded Rose starting position in Java

Run the Text Fixture from Command-Line

./gradlew -q text

Specify Number of Days

For e.g. 10 days:

./gradlew -q text --args 10