We Shouldn't Call Them Best Practices—And Blindly Follow Them
Cesar Aguirre

Cesar Aguirre @canro91

About: Software engineer, lifelong learner, language enthusiast & avid reader — Get my free 7-day email course to refactor your coding career: bit.ly/csarag-lessons

Location:
Colombia 🇨🇴 (not Columbia)
Joined:
Jul 23, 2019

We Shouldn't Call Them Best Practices—And Blindly Follow Them

Publish Date: Jun 16
11 16

I originally posted this post on my blog.


We, as coders, take pride in preaching and following best practices.

Don't write SQL, use an ORM.
Don't throw exceptions, use Results.
Don't write conditionals, use design patterns.

Don't do that, do this...

Those "don't do that, do this" hide all the context in which they make sense. That's the part we skip and don't tell when we preach best practices.

Recently, I had a call with a consulting company that needed help.

They were migrating a small shop's application from the early 2000s to a newer stack. It wasn't written and maintained by professional software engineers. Zero best practices. Lots of copy-pasting.

Migrating that application and bringing its owners up to speed are two different challenges. They have to maintain the application once the migration is done. Using the latest and greatest best practices wasn't an option.

Often, instead of going all in on best practices, the best path to follow is "let's do the simplest thing that can work, without doing any more harm."

We shouldn't call them "best practices," but rather "pieces of advice that worked for me under certain circumstances and might work for you too." And we shouldn't blindly follow them. Not all code is created equal and worth the same.


Starting out or already on the software engineering journey? Join my free 7-day email course to refactor your coding career and save years and thousands of dollars' worth of career mistakes.

Comments 16 total

  • Baltasar García Perez-Schofield
    Baltasar García Perez-SchofieldJun 16, 2025

    Very true! Before a complete rewrite, let's do what we can really do.

    • Cesar Aguirre
      Cesar AguirreJun 16, 2025

      That's right, Baltasar. That was a lesson that took me a long time to learn. As a junior/mid-level, my urge was to rewrite everything to "make it right"

  • david duymelinck
    david duymelinckJun 16, 2025

    It is called best practices, not must do's.
    Like everything it are just opinions, like you have yourself.

    Their only claim to fame is that many people tried them and they proofed their worth.
    But as you mention not all best practices fit in every situation. That is like wanting to push a circle through a square hole.

    In the case of the application, first do the low hanging fruit like DRYing the code and make names meaningful. And then make a plan to tackle the pain points. And further in the future make the code easier to maintain.

    • Cesar Aguirre
      Cesar AguirreJun 16, 2025

      In the case of the application, first do the low hanging fruit like DRYing the code, make names meaningful. And then make a plan to tackle the pain points. And further in the future make the code easier to maintain.

      Love this take. That sounds like a good plan to tackle a modernization project. Thanks for sharing.

  • Ravavyr
    RavavyrJun 17, 2025

    There are no best practices or standards in web development.
    Just a whole lotta "experienced and not-so-experienced opinions" that people push upon each other.

    If it works, and it hasn't been hacked... you win.

    • Cesar Aguirre
      Cesar AguirreJun 17, 2025

      Just a whole lotta "experienced and not-so-experienced opinions" that people push upon each other.

      Love this take.

  • Shrijal Acharya
    Shrijal AcharyaJun 17, 2025

    This is very true, and often trying to build a project with all the best practices is what prevents many beginners from even starting.

    • Cesar Aguirre
      Cesar AguirreJun 17, 2025

      Exaclty! It's make it work and only then make it clean and fast

  • Ashish Prajapati
    Ashish PrajapatiJun 18, 2025

    Yaa I agree with you. Most of the devs just read the practices(best practices) from internet and do it blindly without even doing proper understanding of it.

  • Sebastian Schürmann
    Sebastian SchürmannJun 18, 2025

    i de-spice them by calling them 'good practices' and try to avoid the best term as well. That leaves much more room for interpretation.

  • Testfeed
    TestfeedJun 20, 2025

    nice!

  • ClarenceFalgoust
    ClarenceFalgoustJun 20, 2025

    Your post really struck a chord with me—calling out the overuse of “best practices” as if they’re universally applicable was so refreshing. It’s true that what works brilliantly in one context might completely fail in another, and blindly following trends often stifles innovation. I’ve seen this even in tech platforms—like how Photocall TV doesn’t necessarily follow the mainstream UI/UX design patterns but still offers a user experience that’s incredibly intuitive for its specific audience. Sometimes, breaking away from “best practices” leads to the best results. Have you ever challenged a so-called best practice and seen unexpectedly great outcomes—maybe even in something media or tech-related like Photocall TV?

  • АнонимJun 21, 2025

    [hidden by post author]

Add comment