0
votes
2answers
21 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 o …
11
votes
5answers
366 views
What is technical debt?
Can someone give me a good definition of what they mean by the phrase "Technical Debt"?
8
votes
9answers
524 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 t …
4
votes
3answers
71 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 …
11
votes
15answers
460 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 …
11
votes
9answers
414 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?
3
votes
6answers
128 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 pos …
5
votes
4answers
255 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. …
8
votes
12answers
284 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 contr …
1
vote
5answers
298 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 …
4
votes
11answers
352 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 …
