this post was submitted on 21 Apr 2025
4 points (100.0% liked)
General Programming Discussion
8293 readers
2 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Here's how it tends to happen I find. You start with a small, well-understood problem, and it's faster to code it yourself than to find some off the shelf library. Then you inevitably start getting constant "just one more thing" requests. You keep bolting on features until, oops, you've accidentally rebuilt an existing tool. By then, switching would require a massive rewrite, so you're stuck maintaining your Frankenstein solution forever.