docs(claude): remove LOC minimization guideline from CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Pepijn
2026-04-08 17:59:55 +02:00
parent 4b8436aefa
commit 892e9f13b7
-1
View File
@@ -26,7 +26,6 @@ These are the load-bearing types. Handle them with care — breaking changes her
### Code quality
- Minimize added LOC. Every line must earn its place.
- Explicit over magic — no hidden control flow, no implicit state.
- No deep inheritance trees. Prefer composition.
- No decorative comment separators (`===`, `---`, etc.).