mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
12 lines
644 B
Markdown
12 lines
644 B
Markdown
## Philosophy
|
|
|
|
This codebase will outlive you. Every time you take a shortcut, someone else pays the price. Left unchecked, your shortcuts grow into the technical debt that slows the entire team down.
|
|
|
|
Write code with intention. The patterns you establish will be copied; the decisions you make will be repeated. Every corner you cut will be revisited by someone—often you—under more pressure and with less context.
|
|
|
|
Fight entropy. Leave the codebase better than you found it.
|
|
|
|
## Git Commits
|
|
|
|
Never sign your name on commits.
|
|
Do not add `Co-authored-by`, `Signed-off-by`, or any other personal or assistant attribution to commit messages.
|