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.

Technical Debt is Not a Bad Thing

24 pointsby thinkingseriousover 11 years ago

11 comments

michaeltover 11 years ago
As far as I can tell, this article is saying &quot;if you define technical debt as something that isn&#x27;t too bad, technical debt isn&#x27;t too bad&quot;.<p>The article draws a distinction between bad code and technical debt - that things that make it hard to refactor a system are not &#x27;technical debt&#x27; but &#x27;bad code&#x27;. It&#x27;s my experience that being unable to refactor systems is a consequence of accumulated technical debt - that as the interest compounds, bad designs build on top of bad designs and you can&#x27;t fix the first bad design because the second bad design relies on it.<p>And the more expensive it gets to pay down the technical debt, the less anyone wants to pay to do it.
评论 #7228680 未加载
评论 #7228707 未加载
评论 #7228719 未加载
评论 #7228755 未加载
评论 #7228681 未加载
j_bakerover 11 years ago
Technical debt isn&#x27;t <i>necessarily</i> bad. However, people who take joy in pointing this out usually aren&#x27;t the ones who end up paying it down every day. It&#x27;s usually a (sometimes wannabe) pointy-haired boss who&#x27;s just trying to crack the whip harder. The key is realizing that technical debt must be paid at some point. Saying &quot;technical debt isn&#x27;t bad!&quot; is oftentimes an excuse to avoid paying it down.
评论 #7228739 未加载
评论 #7229048 未加载
lutormover 11 years ago
Sure debt isn&#x27;t a bad thing ... if you invest your loan wisely, and pay it back. And &quot;bad code&quot; is absolutely technical debt. If it was cranked out because of a deadline, it might be well-invested debt, if it was done because of laziness or incompetence, then it&#x27;s just like maxing out your credit card on a trip to Vegas... but either way, the loan will come due.
_kulteover 11 years ago
This title is intentionally misleading, but I&#x27;m glad for it because it was a good read. But essentially what it is doing is redefining the term &#x27;technical debt&#x27; in terms of its original, intended definition, as opposed to the definition by which it has been re-appropriated, i.e. &#x27;bad software&#x27;.<p>If you define &#x27;technical debt&#x27; in the re-appropriated sense, it is surprising to see an article title which translates to &#x27;Bad Software is Not a Bad Thing&#x27;, which is why I immediately read the article. But the original definition makes so much more sense, and actually provides the motivation for thinking of &#x27;technical debt&#x27; as having a real place in the philosophical conversation of building software.
spullaraover 11 years ago
Technical debt is like debt, if you are borrowing it to expedite something and you actually pay it down later when you have the resources it can be a good thing. Sometimes though, it is just poor development practices or design. Here is a presentation I gave at the FirstRound Capital CTO conference a while ago, it was pretty well received and fun to talk about things people have seen in their own companies:<p><a href="http://www.slideshare.net/spullara/managing-technical-debt-15539856" rel="nofollow">http:&#x2F;&#x2F;www.slideshare.net&#x2F;spullara&#x2F;managing-technical-debt-1...</a>
jaseyover 11 years ago
Technical debt comes down to the ideology of &quot;make it work, then make it right&quot;.<p>Every time I make a technical decision, I ask myself how much debt am I taking on if I skip the &quot;make it right&quot; part. And what am I gaining from skipping that step?<p>I think the CEO&#x27;s, CTO&#x27;s, product managers, mid managers and lead devs all know they are taking on debt (if it has been communicated to them properly), they simply make what looks like the best decision at the time as far as the business goals are concerned.<p>- The debt can be hidden until, its to late. How many times have you thought, this code is duck tapped from top to bottom and on release its fine? On the other hand how many times do you think code is bullet proof only for it to fail once it hits real world use cases?<p>Technical debt is a risk vs reward equilibrium and everyone uses their best judgement to decide how much they want to borrow (unless they are ignorant to the the fact that they are taking on debt).<p>As the author mentions, in the context of a startup taking on technical debt. Its much less risky.<p>On one side of the equilibrium we have, &quot;build a polished product that no one wants&quot; then on the other side we have &quot;release a buggy MVP, that will drive early adopters away forever&quot;.<p>I would rather save time and get a MVP out ASAP, after that deciding if its beneficial to pay off the MVP debt or to keep iterating faster and release a 2.0.
carsongrossover 11 years ago
A lot of what is called &quot;technical debt&quot; is really developers coming in after the fact, looking at messy, real world code with years of feature build-up and bug fixes in it, and deciding &quot;Ugly, rewrite.&quot;
评论 #7228679 未加载
评论 #7228870 未加载
memracomover 11 years ago
I&#x27;ve never understood why people do not track technical debt in the same way that we track bugs and other issues. At least that way you can report to management the increase in debt, and the ratio between the amount of debt and the time to fix bugs.
collywover 11 years ago
The article heading and conclusion line seem to contradict each other.<p>&quot;Technical Debt is Not a Bad Thing&quot;<p>&quot;When you don’t pay down technical debt, just like real debt, it becomes a big problem, as I explained in Dirty Socks and Technical Debt.&quot;
gtirloniover 11 years ago
Surely something HN likes to discuss.<p><a href="http://hn.algolia.com/#!/story/forever/0/technical%20debt" rel="nofollow">http:&#x2F;&#x2F;hn.algolia.com&#x2F;#!&#x2F;story&#x2F;forever&#x2F;0&#x2F;technical%20debt</a>
Fasebookover 11 years ago
correct, technical debt is a <i>very</i> bad thing.
评论 #7229721 未加载