Home

Developers: You Will Make Mistakes

Eduardo Bouças shared the worst mistake he’s made as a developer, along with advice on what to do when you do make a mistake.

When I hosted Eduardo Bouças on Code Sandwich Hour, I asked him one of my favorite questions:

What is the worst mistake that you've made as a developer?

Eduardo said:

I make mistakes all the time. I've caused incidents that affected customers in production. That happened multiple times, and it will happen again.

You will make plenty of mistakes. You will mess things up. You will introduce bugs.

Learn from that and move on.

I love this advice because it's direct, true, and helpful.

The one thing that you can guarantee that you're going to do is make mistakes. Junior developers do it. Senior developers do it. You can (and should) try really hard to avoid it, but it will still happen.

The best way to deal with mistakes is to roll over them — to learn from them, so that you avoid making that same mistake in that same scenario.

Keep writing code. Don't be (too) afraid to introduce a mistake, because every time you do, you're going to become a better programmer by learning from it.

Let's Connect

Keep Reading

React Wrap Balancer is Cool. But Should You Use It?

An interesting project that helps avoid handing words in layouts, which is particularly useful for headings.

Mar 29, 2023

Simple Content Tab with React and Tailwind

The foundation for a tab system begins with a state hook, triggered by clicks on tab elements. View the code snippet and use the playground to see it in action.

May 28, 2022

How to Separate Content from Website Code

It's much easier to maintain a site over time when the content is separate from the code. Walk through that process using a real example with Eleventy.

Aug 24, 2021