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.

Which software projects have proven to be the most maintainable over many years?

2 pointsby yug_blopover 7 years ago
I'm looking for some examples of codebases that have managed to be very maintainable for many years. What kind of initial (and continued) design decisions were made? I would especially appreciate it if I could get suggestions for more in depth readings about each software project. It would also be nice to see projects adressing a range of problems and domains.

1 comment

jbreckmckyeover 7 years ago
This is a difficult one. It&#x27;s easy to point to codebases that indeed have been maintained for many years - but that doesn&#x27;t mean they were designed well.<p>Look at a project like SVGEdit. It&#x27;s by far and away the most popular open source project for in-browser SVG manipulation. It is the &quot;most maintained&quot; repository for any software in its niche. It is also a five thousand line blob of jQuery code.<p>That&#x27;s an extreme example, but the point is: a project could become beacons for OSS development not because it is amenable to change, but because it is a very useful or prominent tool.