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.

The Myth of the Software Rewrite

2 pointsby chris-atover 9 years ago

1 comment

mattlutzeover 9 years ago
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.