Skip to content

Commit 27e138c

Browse files
Merge pull request #4474 from TheBlueMatt/2026-03-claude-tweaks
Tell claude to be DRY
2 parents 647c3f7 + 9548816 commit 27e138c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ See [README.md](README.md) for the workspace layout and [ARCH.md](ARCH.md) for s
2323
- When adding comments, do not refer to internal logic in other modules, instead
2424
make sure comments make sense in the context they're in without needing other
2525
context.
26+
- Try to keep code DRY - if new code you add is duplicate with other code,
27+
deduplicate it.

0 commit comments

Comments
 (0)