Rules Hub
Coding Rules Library
← Back to all rules
Rule priority, scope & exceptions
Use this to align rules with the senior-level structure (P0/P1/P2, scope, exceptions/tradeoffs).
fullstack ruleP2universalStack: general
code-reviewscopeetiquette
Don't flag pre-existing behavior unrelated to the PR's change
If something worked a certain way before the PR and isn't touched by it, raising it in review is out of scope — the author may not own that decision.
PR: hegnar-bellsheep-web · org-mining-hist-2026-06Created: Jun 18, 2026
Bad example
Old codetext
| 1 | // Review comment on a line the PR didn't change, demanding a behavior the author didn't introduce |
Explanation (EN)
Objašnjenje (HR)
Good example
New codetext
| 1 | // Limit review comments to lines/behavior the PR actually changes |
Explanation (EN)
Objašnjenje (HR)