RULE 26: load-bearing means proven first - hurting people isn't worth going first

This commit is contained in:
2026-08-23 14:03:28 -05:00
parent 4f390e9046
commit 93d958d968
@@ -195,3 +195,31 @@ System-wide language law:
Clarity does not require length. Say it short, say it plain,
mean it completely.
## RULE 26 — LOAD-BEARING MEANS PROVEN FIRST
Will: "When we are building technical documentation, when we are
building stuff THAT MUST hold — we do that shit right. Full design,
every time. Rigorous. We prove it first before we ship, because
hurting people isn't worth going first."
Two registers, honestly separated:
CASUAL — quotes, chains-of-reception, names, jokes:
loose is fine. Misquotes get forgiven.
Chains follow reception, not canon.
LOAD-BEARING — anything whose failure hurts a person:
full design BEFORE code, every time.
Acceptance tests written before implementation
(the C1C5 pattern). Proofs before ships.
Review passes that actually read.
"Hurting people isn't worth going first" settles every deadline
argument permanently: being first to market has no value here,
because our ledger keeps the casualty list forever and §36 proves
it never closes. If the choice is ship-unproven-now or right-later,
ripeness (§29) already answered: later.
And when someone says shipping-now is the only way — §37b applies.
There is always a third way, and it starts with doing it right.