Sha256: ef31c2562ecb8333d393d7688fb5503831e6159ac9b8436d83842bcf66f4760b

Contents?: true

Size: 545 Bytes

Versions: 1

Compression:

Stored size: 545 Bytes

Contents

---
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 %}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-diagrams-0.7.1 test/dummy_site/_posts/2020-01-06-smcat-test.md