Skip to content

Instantly share code, notes, and snippets.

View kkeisuke's full-sized avatar
🏯
Working from kumamoto

keisuke kimura kkeisuke

🏯
Working from kumamoto
View GitHub Profile
@kkeisuke
kkeisuke / クラス図サンプル.plantuml
Created July 23, 2017 01:16
クラス図を書き始めるためのテンプレート
@startuml
class Car {
color
model
+start()
#run()
#stop()
}
@kkeisuke
kkeisuke / 業務フロー図サンプル.plantuml
Created July 23, 2017 01:01
アクティビティ図を使って業務フロー図を作成
@startuml
|A Section|
start
:step1;
|#AntiqueWhite|B Section|
:step2;
:step3;
|A Section|
:step4;