I've found the Technical Debt metaphor to be extremely helpful, especially when conversing with non-technical project stakeholders. The web is full of anecdotes about technical debt, but most of them never go beyond the basic notions of "accruing debt" and making "interest payments." I believe the we could go much deeper with this metaphor.

In the financial world, debt comes in many shapes and colors: short-term, long-term, collateralized, fixed-rate, floating-rate, installment, balloon, callable, convertible, and so on. And pricing that debt (i.e. determining the interest rate) is a complex calculation based on numerous risk factors such as default risk, exchange-rate risk, inflation risk, call risk, etc.

If we apply these concepts to software development and technical debt, perhaps we can develop the same kind of sophisticated models that are used for financial debt. In practice, these models usually require quantitative data that are rarely available in software development. But putting that aside, I wonder if we could at least produce some compelling theories.

I don't have a strong background in finance, so I just wanted to put the idea out there and see if my fellow Monks have any thoughts to contribute.

Thanks for sharing.

-Jeff


In reply to RFC: Exploring Technical Debt by jthalhammer

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.