From a5f4b0df3151408a7ef75ee99da3f71f58d990cd Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 5 May 2026 22:29:07 +0200 Subject: [PATCH] =?UTF-8?q?docs(legibility):=20link=20GLOSSARY.md=20from?= =?UTF-8?q?=20COLLABORATING.md=20=E2=80=94=20DOC-3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a glossary pointer in the Code Style section so contributors encounter domain terminology (Person vs AppUser, etc.) at the right moment. Refs #397 Co-Authored-By: Claude Sonnet 4.6 --- COLLABORATING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/COLLABORATING.md b/COLLABORATING.md index dc1478fe..532d80a8 100644 --- a/COLLABORATING.md +++ b/COLLABORATING.md @@ -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