fix: patterns mode requires both 'When to use' and 'When NOT to use'

This commit is contained in:
Rodin
2026-04-30 13:30:00 -07:00
parent 1711d78eae
commit 03a499e11f
+1
View File
@@ -255,6 +255,7 @@ Each pattern entry:
- Rule (one sentence: "Do X" or "Never Y") - Rule (one sentence: "Do X" or "Never Y")
- Example (real code from the source, not invented) - Example (real code from the source, not invented)
- Why (the force that makes this the right choice) - Why (the force that makes this the right choice)
- When to use (the trigger condition — what situation calls for this)
- When NOT to use (where the pattern breaks down) - When NOT to use (where the pattern breaks down)
- Source (file path + line, or commit where it's demonstrated) - Source (file path + line, or commit where it's demonstrated)