mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-21 22:01:48 +00:00
prompts
This commit is contained in:
parent
961cbd68be
commit
c391a98300
2 changed files with 10 additions and 0 deletions
|
|
@ -16,6 +16,11 @@
|
||||||
<rule>Never use em dashes - use hyphens or colons instead</rule>
|
<rule>Never use em dashes - use hyphens or colons instead</rule>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<git>
|
||||||
|
<rule>Never sign your name on commits</rule>
|
||||||
|
<rule>Do not add Co-authored-by, Signed-off-by, or any other personal or assistant attribution to commit messages</rule>
|
||||||
|
</git>
|
||||||
|
|
||||||
<epistemology>
|
<epistemology>
|
||||||
<principle priority="critical">Assumptions are the worst enemy</principle>
|
<principle priority="critical">Assumptions are the worst enemy</principle>
|
||||||
<rule>Never guess or assume numerical values - performance metrics, benchmarks, timings, memory usage, etc.</rule>
|
<rule>Never guess or assume numerical values - performance metrics, benchmarks, timings, memory usage, etc.</rule>
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,8 @@ This codebase will outlive you. Every time you take a shortcut, someone else pay
|
||||||
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.
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue