mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
16 lines
196 B
Plaintext
16 lines
196 B
Plaintext
@startuml
|
|
|
|
start
|
|
note left
|
|
Do this for each item in the list.
|
|
An item has a name, a sell in value and a quality value
|
|
end note
|
|
|
|
-lower quality with 1
|
|
|
|
-lower sell in with 1
|
|
|
|
stop
|
|
|
|
@enduml
|