Reference
Patterns
The design patterns slotplate uses, one page each.
Each page names the pattern, points at where it lives in slotplate, and says when to use it.
Structural
Behavioral
- Finite state machine
- Command (phase handlers)
- Strategy (spin modes)
- Observer (MobX + event emitters)
Creational
- Factory (SymbolFactory)