http://qs321.pair.com?node_id=518354

In 2005 a whole batch of new Perl titles were published. My favorite among them is Perl Testing, by Langworth and chromatic (with HOP a close second). At the beginning of chapter 3 (p. 39) the authors write:

All the normal rules of programming apply to tests: stay organized, reduce duplication, and don't take on more technical debt than you need.
"Technical debt"??? I've never seen this term before. I have a vague sense of what the authors mean by it, but for my edification: what are common examples of "excessive technical debt" in the Perl world? Tied variables? Lvalue accessors? Source filters? Or is it something even more mundane?

Needless to say, I'd love to read a meditation or two on the issue of Perl-world Technical Debt (hint ;) ).

the lowliest monk