Intro
dbj.cond is one very flexible thing. But here in lies its hidden complexity: the flexibility sometimes brings benefits hard to understand. And what is hard to understand one tends to avoid.
So, I have decided to catalog what I am calling “shapes” of dbj.cond
. They are not “use cases” (UC). UC’s are showing concrete real life examples of dbj.cond
usage. While Shapes are generic description of an finite number of coding idioms, shaping dbj.cond
usage.
In this dbj.cond shapes catalogue each shape has a name, javascript pseudo code and a diagram.
dbj.cond shapes catalogue
Continue: The COND
- Contents
- 1. Intro
- 2. The COND
- 3. Standard
- 4. The Functional