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.

Survey on Technical Debt Management

37 pointsby Mongoosealmost 12 years ago

2 comments

jphalmost 12 years ago
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 未加载
michae2almost 12 years ago
Nice post, Evan!