Chapter 3. The Seven Primitives: How the System Survives the Implementation
In Chapter 1, I argued that code isn’t the asset. The system is. That sounds fine until you try to delete something. Then the question gets uncomfortable: if the system isn’t the code, where does the system live?
I’ve spent a lot of years watching system replacements fail, and the failures have a pattern.
A team rewrites a payment service. The new implementation passes the tests and deploys cleanly. Six months later, a compliance auditor asks why a particular rounding rule exists. The code is right there. It still rounds correctly. But the reason is gone. The regulatory requirement that created the rule is gone. The rejected alternatives are gone. The payment processor constraint that made the ugly version necessary is gone.
Another team replaces a rate limiter. The new version rejects the same requests as the old one, but takes 200 milliseconds to do it. That sounds fine until three upstream services start timing out. The old implementation had rejected requests in under 50 milliseconds, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access