Boyscout Code

Published on July 20, 2017 (↻ February 5, 2024), filed under (RSS feed for all categories).

[…and girlscout code and any scout code:]

Still evaluating and normalizing feedback for the great maintainability survey I’ve so far worked through a ton of excellent comments. All of it will, in a comprehensive fashion, make for a new, updated web maintainability guide, and yet one particular aspect resonated so well with me that I wish to call it out again specifically: the boyscout approach to code.

This approach resurfaced after one of our peers commented the following on “What techniques do you find useful to keep websites maintainable?”: “Refactoring every time you touch something and see potential for improvement.”

We’ve probably all been there at some point, when we saw something and fixed it (a googley principle), and so I instantly nodded, “yes, that’s a great habit.” It reminded of the boyscout credo, attributed to Robert Baden-Powell, to

Leave this world a little better than you found it.

or, more specifically,

Always leave the campground cleaner than you found it.

This does work so well for code that—formerly (though certainly not unsurprisingly) unbeknownst to me—it had long been quoted by Robert Martin in, exactly, The Boy Scout Rule:

Always check a module in cleaner than when you checked it out.

…which we could, and I’ve included this in my errata for The Little Book of Website Quality Control (updated), rephrase to simply say:

Always leave code better than you found it.

This is not new, either, but it’s how I’d prefer to spell out the boyscout rule. Always leave code better than you found it.

As I said, there’s progress with the new, survey-inspired maintainability guide; stay tuned on Twitter or through one of this site’s feeds (subscribe just to my developer feed if the rest is not of interest to you).

Update (August 21, 2021)

I like John Ousterhout here, writing the following in A Philosophy of Software Design:

Whenever you modify any code, try to find a way to improve the system design at least a little bit in the process. If you’re not making the design better, you are probably making it worse.

This makes the boyscout rule imperative rather than “nice to have.” (It also asks for strategic and not tactical programming, but this is best explained in the book.)

Was this useful or interesting? Share (toot) this post, or maybe treat me to a coffee. Thanks!

About Me

Jens Oliver Meiert, on September 30, 2021.

I’m Jens, and I’m an engineering lead and author. I’ve worked as a technical lead for companies like Google and as an engineering manager for companies like Miro, I’m close to W3C and WHATWG, and I write and review books for O’Reilly and Frontend Dogma.

With my current move to Spain, I’m open to a new remote frontend leadership position. Feel free to review and refer my CV or LinkedIn profile.

I love trying things, not only in web development, but also in other areas like philosophy. Here on meiert.com I share some of my views and experiences.