We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae0611 commit 4340e6eCopy full SHA for 4340e6e
1 file changed
CLAUDE.md
@@ -20,7 +20,7 @@ Performance, execution cost, and interpreter compatibility are critical.
20
- Prefer stack work over dictionary heavy code
21
- Do not replace stack-based logic with dictionary-heavy abstractions.
22
- 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.
+- Always search for and follow pre-existing patterns before writing code. Warn if the existing pattern does not appear to follow best practise.
24
- Warn about potential issues such as potential performance regressions in hot paths.
25
- Warn about potentially incorrect code when introducing new idioms involving stack-based constructions.
26
- Do not assume GhostScript-only execution. Assume modern implementation limit, and warn when approaching those limits:
0 commit comments