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.

Kinds of Technical Debt

47 pointsby nichocharalmost 4 years ago

6 comments

RangerSciencealmost 4 years ago
Ehh. There are two kinds of tech debt:<p>* Things you haven&#x27;t built yet<p>* Things you shouldn&#x27;t have built that way<p>IMO first one is OK, and the second one is what kills you.<p>OP is absolutely correct to point out you can find tech debt in code, architecture and data, but... That doesn&#x27;t really help to make general decisions about it, both in handling it once you have it, and in making decisions about accumulating it.
评论 #27803064 未加载
评论 #27803681 未加载
MaxBarracloughalmost 4 years ago
&gt; tech debt is not always bad. Using MongoDB to prototype ideas or writing an ugly function that does abusive things to solve a critical bug can be justified, and the optimal way to do things. It’s just a matter of doing so deliberately.<p>I&#x27;ve seen this put slightly differently before: technical debt is like financial debt. Drowning in it is obviously bad, but it has its place, and it&#x27;s typically unwise to aim to never take on debt.
mathewsandersalmost 4 years ago
I found this list really useful and will be sharing with my team. Thank you author and OP!<p>In my mind I’ve always categorized tech debt as being broader, and including pretty much anything that doesn’t have a direct benefit to our end users. So this can include things like moving our repos from Bitbucket to GitHub, updating a dependency that has a breaking change (e.g. migrating from one version of Bootstrap to another) or even something more significant like changing from a legacy authentication model to something more modern like OIDC. But I wonder if with this mental model I’ve taken it too far.
aliasElialmost 4 years ago
One of the big problems with &quot;modern development projects&quot; is that they start coding from day 1. The first step in any good project should be to learn as much as possible about the requirements before making serious decision about its architecture. Designing a model of the data (even if it is only a very rough one) is usually very helpful in the first phase of a project.<p>It is still true that mistakes that are made during early phases of the project are much harder to fix than recent mistakes.
评论 #27804695 未加载
bobbydreameralmost 4 years ago
Now a days forceful version migration can also be considered a technical debt
karmakazealmost 4 years ago
&gt; I will not cover accidental and deliberate tech debt<p>Which kind is left?
评论 #27806420 未加载