TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Be Aware of the Makefile Effect

9 pointsby Aissen4 months ago

1 comment

mplanchard4 months ago
I love having a name for this!<p>For me it shows up in CI configuration (I always copy my old projects’ GHA files into new projects) and nix stuff (every project’s shell.nix is a copy&#x2F;paste of the previous one, tweaked).<p>I feel like it’s a symptom of complex stuff you use too infrequently to fully internalize all of the details. You learn them when you need them, but when you don’t need anything new it’s so much easier to just copy some work you did in the past rather than trying to remember it all again. Make is in a similar boat: mostly you don’t work on it, you just use it, so you lose your specific knowledge between times that you’re actively working on it.