Skip to content

Instantly share code, notes, and snippets.

fizz = function f() {
fizz = function () {
fizz = function () {
fizz = f
return "Fizz"
}
}
}
buzz = function f() {
@skusunoki
skusunoki / 01.pu
Created September 13, 2020 00:16
task management system
@startuml
sprite $bProcess jar:archimate/business-process
sprite $aService jar:archimate/application-service
sprite $aComponent jar:archimate/application-component
rectangle "実行系" as TM <<$bProcess>><<behavior>> #Business
rectangle "情報系" as Rev <<$bProcess>><<behavior>> #Business
TM -> Rev