The real cost of build tools

Over the weekend, I got a comment on one of my YouTube videos about buildless testing that was something along the lines of…
Every professional project uses build tool. You only need to run npm install once and you’re good to go. Do you avoid version control, too?
So much to unpack in just three short sentences!
I’ve never said build tools don’t have value. They do! I’ve used them before, and I’ll certainly use them again.


This content originally appeared on Go Make Things and was authored by Go Make Things

Over the weekend, I got a comment on one of my YouTube videos about buildless testing that was something along the lines of…

Every professional project uses build tool. You only need to run npm install once and you’re good to go. Do you avoid version control, too?

So much to unpack in just three short sentences!

I’ve never said build tools don’t have value. They do! I’ve used them before, and I’ll certainly use them again.

But I think that value really only kicks in once projects reach a certain size, and for a lot of things that a lot of folks build (including professional projects), going buildless would actually be a better choice.

Why? Because you don’t “just run npm install once and you’re good to go.” Build tools require constant maintenance, security updates, patches, and so on.

Matthias Ott summarized it well over on BlueSky recently…

It happened again: update 6 lines of CSS in an older website project == wrestle with Node, nvm, outdated package versions, Gulp, gulp-uglify, gulp-terser, and other stuff just to deploy this tiny change.

All that over-engineered short-term magic is so wildly inefficient in the long term. 😂

Like any complex system, tools have a cost. Sometimes, it’s a cost worth paying.

But often, that cost outweighs the benefit in the long run.

🎉 New Year Sale! Now through the New Year, get 40% off your first year of Lean Web Club membership. Level-up as a developer. Click here to learn more.


This content originally appeared on Go Make Things and was authored by Go Make Things


Print Share Comment Cite Upload Translate Updates
APA

Go Make Things | Sciencx (2024-12-23T14:30:00+00:00) The real cost of build tools. Retrieved from https://www.scien.cx/2024/12/23/the-real-cost-of-build-tools/

MLA
" » The real cost of build tools." Go Make Things | Sciencx - Monday December 23, 2024, https://www.scien.cx/2024/12/23/the-real-cost-of-build-tools/
HARVARD
Go Make Things | Sciencx Monday December 23, 2024 » The real cost of build tools., viewed ,<https://www.scien.cx/2024/12/23/the-real-cost-of-build-tools/>
VANCOUVER
Go Make Things | Sciencx - » The real cost of build tools. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/12/23/the-real-cost-of-build-tools/
CHICAGO
" » The real cost of build tools." Go Make Things | Sciencx - Accessed . https://www.scien.cx/2024/12/23/the-real-cost-of-build-tools/
IEEE
" » The real cost of build tools." Go Make Things | Sciencx [Online]. Available: https://www.scien.cx/2024/12/23/the-real-cost-of-build-tools/. [Accessed: ]
rf:citation
» The real cost of build tools | Go Make Things | Sciencx | https://www.scien.cx/2024/12/23/the-real-cost-of-build-tools/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.