Tagged Questions
The term "technical debt" was coined by Ward Cunningham to describe the obligation that a software organization incurs when it chooses a design or construction approach that's expedient in the short term but that increases complexity and is more costly in the long term.
17
votes
6answers
1k views
What is technical debt?
Can someone give me a good definition of what they mean by the phrase "Technical Debt"?
17
votes
9answers
691 views
Do you actively manage technical debt?
Do you actively manage technical debt debt on your software development projects and if so, how do you do it?
14
votes
7answers
609 views
How do you estimate a ROI for clearing technical debt?
I'm currently working with a fairly old product that's been saddled with a lot of technical debt from poor programmers and poor development practices in the past. We are starting to get better and ...
13
votes
15answers
580 views
What factors make technical debt give way to the need for technical bankruptcy?
I was having a discussion about technical debt with a coworker yesterday. I said something to the effect of "well, maybe what you need to do is declare 'technical bankruptcy'". In other words the ...
10
votes
5answers
396 views
How to convince a manager to let you pay down technical debt?
While the most recent Coding Horror blog entry is not the first time I had heard of the concept, as I was reading it I couldn't help but apply the it in my mind to my own project.
The code base I'm ...
10
votes
9answers
793 views
How do you avoid Technical Debt while still keep true to Agile, i.e.: avoiding violation of YAGNI and avoiding BDUF?
Technical Debt via Martin Fowler, via Steve McConnell
YAGNI (You Ain't Gonna Need It) via Wikipedia
BDUF (Big Design Up Front) via Wikipedia
UPDATE: To clarify the question, I think I can also ...
8
votes
12answers
380 views
Effective technique to reduce and eliminate warnings in a large code base?
I have been involved in the development of large code bases that grew to millions lines of code over the course of multiple years and where the amount of warnings grew out of control because it was ...
7
votes
4answers
309 views
How do you effectively track technical debt?
In your practice, how do you effectively track and manage technical debt?
Is there a specific metric, like SLOC, that you use?
How do you visually display your results to stakeholders and ...
5
votes
1answer
139 views
What are the crucial key items in recording technical debt?
I'm setting up a technical debt register at The Office and want to make it a fairly comprehensive tool.
What are the key pieces of information that we should be recording?
5
votes
11answers
409 views
Are there specific “technical debts” that are not worth incurring?
There are (at least) two ways that technical debts make their way into projects. The first is by conscious decision. Some problems just are not worth tackling up front, so they are consciously allowed ...
4
votes
5answers
169 views
Do you employ any tools for managing technical debt?
The site I work with on a day-to-day basis has its share of shortcomings and we often make design decisions to "get us by right now" with the intention of fixing those up later.
I've found that ...
3
votes
3answers
133 views
3
votes
2answers
144 views
Where do you record Technical Debt in TFS?
I'd like to find a way to record the Technical Debt we incur in TFS.
I need to record each item outside of a specific iteration to ensure that it is visible and easily-reported all the time. I've ...
3
votes
6answers
152 views
When to upgrade to a new version of a language or framework?
When a new version of a framework or language appears (e.g. .NET 3.5, SQL2008), what approach do people take to when to adopt/upgrade?
Generally developers will say as soon as possible (they want it ...
2
votes
1answer
146 views
using a Singleton to pass credentials in a multi-tenant application a code smell?
I'm currently working on a multi-tenant application that employs Shared DB/Shared Schema approach. IOW, we enforce tenant data segregation by defining a TenantID column on all tables. By convention, ...
2
votes
1answer
102 views
Possible to host ASP.NET MVC controllers+views within a webforms project…?
We have a legacy ASP.NET webforms application that we're engaged in stabilising and removing technical debt from. Is it possible to take a hybrid approach - ie, can ASP.NET MVC coexist with webforms ...
2
votes
6answers
389 views
What (if any) technical debt am I incurring with Ruby on Rails?
I'm a big fan of ruby on rails, and it seems to incorporate many of the 'greatest hits' of web application programming techniques. Convention over configuration in particular is a big win to my mind.
...
1
vote
2answers
71 views
what is the best way to visualize technical investment for the business
we have a number of functional deliverable planned for 2010 but we also have a technology agenda (architectural refactorings, consolidation, upgrade a platform). any suggestions on the best way to ...