DEV Community

Asael Shinder
Asael Shinder

Posted on

The Mistake Is Bigger in Your Head Than in Theirs

One day you will be the reason something broke in front of everyone. The deleted rows, the config pushed to the wrong environment, the email that went to the whole customer list. There is a particular feeling that follows, somewhere between cold and airless, and it lies to you about scale.

Here is what the scale really is. For an afternoon, this is the most interesting thing happening in your company. Within a week almost nobody is thinking about it except you. In a year, the only people who remember will be the ones who tell it as a story about a system that let it happen.

What people do keep, for a long time, is how you behaved in the hour afterwards.

So say it yourself, before anybody finds it. Plainly, no hedging, no long preamble. I dropped the index on the orders table at ten past two. That is why search is slow. I am restoring it now.

Then keep the apology short. This is the part people get wrong in the other direction. Elaborate self punishment forces everyone around you to stop fixing the problem and start managing your feelings, which is a second cost on top of the first. One clean sorry, then work.

When it is stable, say what would prevent it rather than promising to be more careful. Being more careful is not a control, it is a mood, and everybody knows it. A confirmation prompt is a control. A separate credential for production is a control. Removing your own standing access is a control.

Then stop raising it. Bringing it up in every standup for a fortnight keeps the thing alive and quietly tells people you are not steady under pressure, which is a far more damaging impression than the original mistake.

Watch how your team responds, because that is real information. A place that reviews the system and moves on is a good place. A place that finds a person to blame for an error the system permitted has told you something important about itself, and it is not something about you.

Everyone who has built anything has a story like this. The ones you admire simply had theirs earlier.

– Asael Shinder

Top comments (0)