Hacker News new | ask | show | jobs
by kayo_20211030 825 days ago
I don't think the paper actually defines what TD is. If it does, I can't find it. Isn't TD any code that goes to production? And, in this paper, code quality is whatever they say it is, or at least what their tool says it is. It's all a bit circular, don't you think?
1 comments

Technical debt is (was supposed to be, in its original meaning) an explicit decision to do something easy now that would have to be refactored/rewritten for something you know is coming later. You're trading time now for time from the future, that's why it was called "debt". It gets used colloquially for much more than that nowadays though.