GildedRose-Refactoring-Kata/plantuml/history/04_aged-brie.puml
2019-12-31 14:17:03 +01:00

33 lines
499 B
Plaintext

@startuml
skinparam backgroundColor transparent
start
if (not "Aged Brie") then (yes)
if (quality > 0) then (yes)
:lower quality with 1;
else (no)
endif
else (no)
:increase quality with 1;
endif
:lower sell in with 1;
if (sell in < 0) then (yes)
if (not "Aged Brie") then (yes)
if (quality > 0) then (yes)
:lower quality with 1;
else (no)
endif
else (no)
:increase quality with 1;
endif
else (no)
endif
stop
@enduml