GildedRose-Refactoring-Kata/plantuml/history/02_sell-by-passed.puml
2019-12-31 14:17:03 +01:00

18 lines
190 B
Plaintext

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