TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 yug_blop超过 7 年前
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

jbreckmckye超过 7 年前
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.