Skip to content

Commit 3b5e6d6

Browse files
committed
Update CLAUDE.md
1 parent 9e9716d commit 3b5e6d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Performance, execution cost, and interpreter compatibility are critical.
1212
- Create atomic, logical commits upon completion.
1313
- Do not push commits or rewrite history.
1414
- Use sparse comments explaining "why" not "how".
15+
- Ensure that code comments describe only the current code and do not reference changes made with respect to old code - that's what commit descriptions are for.
1516
- Generated code should match existing idioms. Newer encoders such as QR Code are the best source of idiomatic code.
1617
- Maintain existing user API (encoder interfaces and metadata).
1718
- Prefer derived values over opaque constants so that the code is auditable, unless prohibitively expensive (even for lazy init).

0 commit comments

Comments
 (0)