mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
chore: improving comments for better clarity
This commit is contained in:
parent
e326caf567
commit
c68e0b3dcd
@ -15,7 +15,7 @@ class GildedRose {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// first if defnie what should decrease and what should increase
|
// first we define what should increase and what should decrease
|
||||||
if (items[i].name.equals("Backstage passes to a TAFKAL80ETC concert") |
|
if (items[i].name.equals("Backstage passes to a TAFKAL80ETC concert") |
|
||||||
items[i].name.equals("Aged Brie")) {
|
items[i].name.equals("Aged Brie")) {
|
||||||
if (items[i].quality < 50) {
|
if (items[i].quality < 50) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user