Tagged Questions

10
votes
7answers
169 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 …
1
vote
4answers
60 views

Cost of system integration?

On the software development projects that you have worked on, what has been the approximate cost (expressed as a percentage of total system cost) of system integration? System int …
0
votes
2answers
190 views

iPhone Objective C: UIImage - Region of Interest

Is there any way to get the min rectangle area which contains all the non-transparent part of an UIImage? Reading pixel by pixel to check where alpha == 0 ...isn't a good way I be …
3
votes
8answers
298 views

Which software development practice would return the highest ROI?

The software development team in my organization (that develops API's - middleware) is gearing to adopt atleast one best practice at a time. The following are on the list: Unit Te …
2
votes
6answers
230 views

What does an email cost in lost programming productivity? [closed]

In calculating an ROI for a program I have estimated the cost of an email based on storage, number of users, size, and retention policies. The number that I have difficulty quanti …
3
votes
9answers
292 views

Quality vs. ROI - When is Good Enough, good enough?

UPDATED: I'm asking this from a development perspective, however to illustrate, a canoical non-development example that comes to mind is that if it costs, say, $10,000 to keep a u …
2
votes
4answers
220 views

Do you concentrate more on unit, integration or acceptance tests?

Most gigs I end up at either have little or no unit tests. Typically what are described as the unit tests are actually integration tests and will be rarely run from the developers …
0
votes
3answers
41 views

identifying code improvements

We've just gone through a pretty major system rewrite and I have been asked to find and identify areas of the code that have been improved. as a way to justify to the customer that …