Home

You Should be Embarrassed by Old Code

Looking at old code can be an uncomfortable, embarrassing, or infuriating experience. And that's a good thing.

If you've been writing code long enough, you know the feeling of looking at old code. It's embarrassing.

(I wrapped a 20-line method in an if statement instead of using an exit clause? WTF!? What a loser!)

This feeling of embarrassment of old cold—of frustration with your past self for the decisions you made—is absolutely crucial to your development as a developer. The uncomfortable feeling that comes with looking at old code—or, worse, having to work with it—means you're getting better at writing code.

With a little help from my friend, the transitive property, that means that if you look at old code and you don't mind it—or worse, you think it's good—one of these conditions must be true:

  1. You are amazing. You can't get any better.
  2. You had a moment of brilliance and wrote better code than you were accustomed to writing at that particular time.
  3. You haven't written much code since that time, or took a big break somewhere in there and lost steam in getting better.
  4. You aren't getting any better.

In reality, there's always room to be a better developer if you give it the time and attention it requires.

So, take comfort in the uncomfortable feeling of looking at old code. It means the code you're writing today is better.

Let's Connect

Keep Reading

What You Need to Know When Using Netlify Forms

Netlify forms are an incredibly powerful feature. They enable you to accept dynamically-driven user data on your static site. But you must understand a few key concepts about Netlify forms if you're going to have success working with them.

May 02, 2019

Ignore _site Build Directory in Eleventy

How to ignore the build output when adding it to gitignore causes problems.

May 04, 2020

Choose the Right Tool for the Job

A handyman (or handywoman) has a toolbox full of tools for any job that comes their way. What should be in your toolbox? And when should you open it?

Feb 02, 2019