Skip to content

Commit d151ad6

Browse files
chore(errors): never patch code to pass a test, refactor if needed
1 parent 076f14a commit d151ad6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ERRORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Use this file as a compact memory of recurring AI mistakes.
1111

1212
## Entries
1313

14-
- [2026-02-22] functions: new or modified functions without JSDoc header -> always add JSDoc (description + `@param` + `@returns`)
14+
- [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

Comments
 (0)