technical-debt Questions
3
Solved
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 ...
Midian asked 21/12, 2009 at 1:15
3
Solved
I have class that implements Set and List. Programs works fine in Java6 and Java7
public class SetList<V> implements Set<V>, List<V>
{
....
}
With Java 8 , this does not compi...
Expectorate asked 30/3, 2014 at 17:2
7
Solved
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 ...
Gradely asked 5/5, 2009 at 11:0
3
Solved
Assuming a refactoring is needed (too big to be incorporated as part of an existing User Story) - is it okay to have a Refactoring 'story' on the Product Backlog?
The purpose of refactoring ...
Bozarth asked 28/5, 2013 at 10:41
3
I have a large number of individual, unrelated Java programs in a "Programs" folder, and I'd really like to be able to calculate a technical debt score automatically for each individual program. I ...
Sillimanite asked 24/11, 2013 at 22:40
10
Do you actively manage technical debt debt on your software development projects and if so, how do you do it?
Natatorium asked 10/9, 2008 at 22:15
1
Solved
Possible Duplicate:
Do comments slow down an interpreted language?
Will there be noticeable performance degradation in the execution of a large .py file if more than 75% of the lines ...
Companionate asked 7/5, 2012 at 17:49
5
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 ...
Kurys asked 1/3, 2009 at 18:13
4
Solved
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 ...
Surah asked 20/11, 2008 at 15:10
1
Solved
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?
Giraldo asked 10/10, 2010 at 22:1
7
Solved
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 ...
Garcia asked 24/11, 2009 at 14:29
11
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 consciousl...
Overstay asked 21/11, 2008 at 20:5
1
© 2022 - 2024 — McMap. All rights reserved.