Classic mistakes
This page centralizes recurring errors observed in the chapters.
- Forgetting a guard before a risky operation.
- Mix business logic and technical projection.
- Leave implicit states unmodeled.
- Duplicate a rule instead of centralizing it.
- Optimize before you have locked in the expected behavior.
Recommended use: before validating a chapter, check this list alongside the editorial checklist.