docs(legibility): write docs/GLOSSARY.md — DOC-3 #439

Merged
marcel merged 3 commits from feat/issue-397-glossary into main 2026-05-05 22:37:11 +02:00
Showing only changes of commit a5f4b0df31 - Show all commits

View File

@@ -180,6 +180,8 @@ When in doubt, commit more often rather than less.
See [CODESTYLE.md](./CODESTYLE.md) for the full guide: Clean Code (Uncle Bob), DRY/KISS trade-offs, and SOLID principles applied to this stack.
For domain terminology (Person vs AppUser, DocumentStatus lifecycle, Chronik vs Aktivität, etc.) see [docs/GLOSSARY.md](./docs/GLOSSARY.md).
Quick reminders:
- Pure functions over stateful helpers where possible
- No premature abstractions — KISS beats DRY