Skip to content

Commit 4340e6e

Browse files
committed
Update CLAUDE.md
1 parent bae0611 commit 4340e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Performance, execution cost, and interpreter compatibility are critical.
2020
- Prefer stack work over dictionary heavy code
2121
- Do not replace stack-based logic with dictionary-heavy abstractions.
2222
- Do not refactor for readability at the expense of execution cost.
23-
- Search for pre-existing patterns before inventing code. Warn if the existing pattern does not appear to follow best practise.
23+
- Always search for and follow pre-existing patterns before writing code. Warn if the existing pattern does not appear to follow best practise.
2424
- Warn about potential issues such as potential performance regressions in hot paths.
2525
- Warn about potentially incorrect code when introducing new idioms involving stack-based constructions.
2626
- Do not assume GhostScript-only execution. Assume modern implementation limit, and warn when approaching those limits:

0 commit comments

Comments
 (0)