You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Performance, execution cost, and interpreter compatibility are critical.
12
12
- Create atomic, logical commits upon completion.
13
13
- Do not push commits or rewrite history.
14
14
- 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.
15
16
- Generated code should match existing idioms. Newer encoders such as QR Code are the best source of idiomatic code.
16
17
- Maintain existing user API (encoder interfaces and metadata).
17
18
- Prefer derived values over opaque constants so that the code is auditable, unless prohibitively expensive (even for lazy init).
0 commit comments