mirror of
https://github.com/mblanke/dev-backbone-template.git
synced 2026-03-01 05:50:22 -05:00
400 B
400 B
Implementation Rules
Change policy
- Prefer edits over rewrites.
- Keep changes localized.
- One change = one purpose.
- Avoid unnecessary abstraction.
Dependency policy
- Default: do not add dependencies.
- If adding: explain why, alternatives considered, and impact.
Error handling
- Validate inputs at boundaries.
- Error messages must be actionable: what failed + what to do next.