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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Survey on Technical Debt Management

37 点作者 Mongoose将近 12 年前

2 条评论

jph将近 12 年前
Technical debt pain points are great areas for startups to tackle IMHO.<p>I'm working on a large upgrade project for custom messaging workflow, developed ad hoc during the past six years, without tests and specs.<p>If a startup offered developer tools to help with this, we'd pay many thousands of dollars.<p>Here are areas where I'd pay money right now-- because right now I'm essentially writing simple tooling for my team, and it would be better, cheaper, and faster to buy professionally-developed tools:<p>* Replatform from one MVC framework to another. For example from TurboGears to Rails.<p>* Refactor unchecked exceptions to explicit error handling of return codes, for example from Java to Go.<p>* Some kind of visualization that highlights the business value of various code paths, for example to discover the code paths that my highest-value users are taking.<p>Perhaps these kinds of tools exist already-- if you know of them, I'd be very happy to know more.
评论 #5823423 未加载
评论 #5822303 未加载
michae2将近 12 年前
Nice post, Evan!