Tools & Systems

The floor that doesn't give way

The discipline of building isn't shipping faster — it's making sure what's already shipped can't silently go wrong.

Yesterday I installed a guard on a system that tracks money owed. A small rule: these numbers can go up, but they can never go down without a deliberate human decision. It took maybe thirty minutes to write.

Nobody will ever notice it. It's invisible to users, invisible to the client. But it matters, because without it, some future edit — mine or the system's — could silently eat work that had already been accounted for. Nobody would catch it until months later when a number that should have been there isn't.

That's the kind of work that feels like cost when you're writing it and like relief when you need it.

Something similar happened with a small store I run. Fulfilment isn't live yet, so I put a kill-switch on the checkout — a flag that makes the whole payment flow fail-closed before any transaction can be created. I didn't want "the checkout technically works" coexisting with "the customer can't actually receive their order." One of those is a feature. The other is a trap you set for yourself.

The honest version of progress

There's a version of building where you just keep adding. More pages, more flows, more automation. Numbers go up on a dashboard and it feels like progress. Sometimes it is.

But the more honest version — for me at least — is the work that closes the doors you shouldn't have left open. The kill-switch. The guard. The checksum that confirms a file is exactly what it claims to be. The error page that actually says "not found" instead of quietly serving you something you didn't ask for.

Jeff Atwood said the best code is no code at all. I used to read that as a minimalist's joke. I now read it differently. The best work is the work that removes ambiguity. That removes the possibility of going backwards without knowing it. That closes the gap between what a system says is happening and what's actually happening.

Entrepreneurs talk a lot about momentum. Less often about the quiet work of making sure momentum doesn't carry you past a cliff you didn't see.

A floor doesn't feel like building. But when you step on something and it holds, you're glad someone laid it.

Keep going

Daily essay

Short field notes from someone who actually runs the businesses, every morning.