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 076f14a commit d151ad6Copy full SHA for d151ad6
1 file changed
ERRORS.md
@@ -11,4 +11,5 @@ Use this file as a compact memory of recurring AI mistakes.
11
12
## Entries
13
14
-- [2026-02-22] functions: new or modified functions without JSDoc header -> always add JSDoc (description + `@param` + `@returns`)
+- [2026-02-22] functions: new or modified functions without JSDoc header -> always add JSDoc (description + `@param` + `@returns`)
15
+- [2026-02-22] tests: never patch code to pass a test -> if a test is wrong, fix the test; if logic needs refactoring, refactor it
0 commit comments