layout, title, folder, permalink, categories, tags
layout | title | folder | permalink | categories | tags | ||
---|---|---|---|---|---|---|---|
pattern | Abstract Document | abstract-document | /patterns/abstract-document/ | Structural |
|
Intent
Achieve flexibility of untyped languages and keep the type-safety
Applicability
Use the Abstract Document Pattern when
- there is a need for dynamic properties
- you want a better way to organize domain
- you want loosely coupled system with flexibility of untyped languages