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 ruleP2project specificStack: universal
namingfilesconsistency
Match the codebase's file naming/casing convention
New files should follow the existing casing pattern (e.g. PdfReader.helpers.ts, not PDFReader.helpers.ts) for consistency.
PR: vinify-frontend · org-mining-deep-2026-06Created: Jun 17, 2026
Bad example
Old codetext
| 1 | PDFReader.helpers.ts |
Explanation (EN)
Objašnjenje (HR)
Good example
New codetext
| 1 | PdfReader.helpers.ts |
Explanation (EN)
Objašnjenje (HR)