We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 647c3f7 + 9548816 commit 27e138cCopy full SHA for 27e138c
1 file changed
CLAUDE.md
@@ -23,3 +23,5 @@ See [README.md](README.md) for the workspace layout and [ARCH.md](ARCH.md) for s
23
- When adding comments, do not refer to internal logic in other modules, instead
24
make sure comments make sense in the context they're in without needing other
25
context.
26
+- Try to keep code DRY - if new code you add is duplicate with other code,
27
+ deduplicate it.
0 commit comments