--- layout: post title: State Machine Cat Test date: 2020-01-06 00:00:00 +0800 --- # State Machine Cat Test {% smcat %} initial, doing: entry/ write unit test do/ write code exit/ ..., # smcat recognizes initial # and final states by name # and renders them appropriately final; initial => "on backlog" : item adds most value; "on backlog" => doing : working on it; doing => testing : built & unit tested; testing => "on backlog" : test not ok; testing => final : test ok; {% endsmcat %}