So I have written at length about technical debt before. But then I stumbled upon an actual meaning, so here's yet another post.
I haven't usually cared or thought much about "technical debt." When other people have used the term, I've taken it to mean that some part of the software in question sucks, but they don't want to say it like that. Never felt like it was a term I needed for anything I've wanted to say. Easier to just say that it sucks.
Anyway here's Ward Cunningham explaining what he actually meant with his debt metaphor.
Something like this then, I think:
So uh.
You can incur less debt by spending more time learning about the stuff before releasing anything, and some variation of this probably kind of happens by default early on when you know little. You're also likely to learn a bunch of stuff from releasing the thing and seeing how it interacts with the world. Some context-dependant decision-making about when to do what can and will be done.
But it's not really about something like "choosing whether or not to go into debt" and you can't really choose not to. Only way to not go into debt is to never learn anything new. (Oh okay, so you can choose then, and programmers choose not to all the time!) Also not about doing bad work now and "incur a little debt" in order to release early.
It's about the work where you put your new and improved understanding of the application domain back into the software. It's about that being worthile in the same way paying off a debt is worthwile.
Something like that. And it's like okay, that's more of a thing than "part of this software sucks." I maybe get it more. I guess it's less useless to have a big words term for that than for "this sucks."
ANYWAY what I mostly wanted to say was that I think this is kind of funny:
The explanation I gave to my boss, this was financial software, was a financial analogy I called the debt metaphor.
Like not that in itself. That just makes sense: It's a debt metaphor because he was explaning it to his boss, who presumably knew more about finances and less about programming.
I dunno, it just seems funny sometimes when there's like programmer-to-programmer talk using that metaphor. Like hi, I've been programming professionally for fifteen years and I'm incredibly stupid with money. You're going to explain to me that this piece of code should be refactored, and you'll explain it in terms of a financial metaphor? Yeah THANKS, nice!