GildedRose-Refactoring-Kata/plantuml/history/03_quality-never-negative.puml
2019-12-31 14:17:03 +01:00

25 lines
299 B
Plaintext

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