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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Myth of the Software Rewrite

2 点作者 chris-at超过 9 年前

1 comment

mattlutze超过 9 年前
I&#x27;ve had some trouble for a while with idea of &quot;technical debt.&quot;<p>When I&#x27;m planning work, I can&#x27;t look at something and say &quot;I&#x27;m taking 10 points of debt with this decision, at an interest rate of 1 pt per month.&quot;<p>By the nature of how tools, libraries, frameworks and languages evolve, our implementation today will likely be inefficient compared to what we could build 24 months from now, may not be well-tailored to button up next to a system we haven&#x27;t yet purchased&#x2F;implemented, etc.<p>As we don&#x27;t have time machines or crystal balls at our aid to predict what the future will hold, it&#x27;s always seemed more helpful to focus more on how to design a solution for modular improvement. If any given component could effectively be isolated and then refactored or replaced, you can look at those issues more as continual improvement.<p>My experience has been that, if maintaining and continually improving existing code can be respected in the organization with the same value as new feature development, a lot of the angst goes away.