Quality vs. ROI - When is Good Enough, good enough? - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T05:13:44Zhttp://stackoverflow.com/feeds/question/54737http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough3Quality vs. ROI - When is Good Enough, good enough?Troy DeMonbreun2008-09-10T17:12:30Z2008-10-08T01:39:01Z
<p>UPDATED: I'm asking this from a <strong>development perspective</strong>, however to illustrate, a canoical <em>non-development</em> example that comes to mind is that if it costs, say, $10,000
to keep a uptime rate of 99%, then it theoretically can cost $100,000 to keep a rate
of 99.9%, and possibly $1,000,000 to keep a rate of 99.99%. </p>
<p>Somewhat like calculus in approaching 0, as we closely approach 100%,
the cost can increase exponentially. Therefore, as a developer or PM, where do you decide
that the deliverable is "good enough" given the time and monetary constraints, e.g.: are you getting a good ROI at 99%, 99.9%,
99.99%?</p>
<p>I'm using a non-development example because I'm not sure of a solid metric for development. Maybe in the above example "uptime" could be replaced with "function point to defect ratio", or some such reasonable measure rate of bugs vs. the complexity of code. I would also welcome input regarding all stages of a software development lifecycle.</p>
<p>Keep the classic <a href="http://en.wikipedia.org/wiki/Project_triangle" rel="nofollow">Project Triangle</a> constraints in mind (quality vs. speed vs. cost). And let's assume that the customer wants <em>the best quality you can deliver</em> given the original budget.</p>
http://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough/54757#547572Answer by 17 of 26 for Quality vs. ROI - When is Good Enough, good enough?17 of 262008-09-10T17:17:08Z2008-09-10T17:17:08Z<p>I think the answer to this question depends entirely on the individual application.</p>
<p>Software that has an impact on human safety has much different requirements than, say, an RSS feed reader.</p>
http://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough/54765#547651Answer by Ben Collins for Quality vs. ROI - When is Good Enough, good enough?Ben Collins2008-09-10T17:21:31Z2008-09-10T17:21:31Z<p>To expand on what "17 of 26" said, the answer depends on value to the customer. In the case of critical software, like aircrafct controller applications, the value to the customer of a high quality rating by whatever measure they use is quite high. To the user of an RSS feed reader, the value of high quality is considerably lower.</p>
<p>It's all about the <em>customer</em> (notice I didn't say user - sometimes they're the same, and sometimes they're not).</p>
http://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough/54811#548114Answer by Chris Upchurch for Quality vs. ROI - When is Good Enough, good enough?Chris Upchurch2008-09-10T17:41:44Z2008-09-10T17:41:44Z<p>There's no way to answer this without knowing <em>what happens when your application goes down</em>.</p>
<ul>
<li>If someone dies when your application goes down, uptime is worth spending millions or even billions of dollars on (aerospace, medical devices).</li>
<li>If someone may be injured if your software goes down, uptime is worth hundreds of thousands or millions of dollars (industrial control systems, auto safety devices)</li>
<li>If someone looses millions of dollars if your software goes down, uptime is worth spending millions on (financial services, large e-commerce apps).</li>
<li>If someone looses thousands of dollars if your software goes down, uptime is worth spending thousands on (retail, small e-commerce apps).</li>
<li>If someone will swear at the computer and looses productivity while it reboots when your software goes down, then uptime is worth spending thousands on (most internal software).</li>
<li>etc.</li>
</ul>
<p>Basically take (cost of going down) x (number of times the software will go down) and you know how much to spend on uptime.</p>
http://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough/54826#548262Answer by Mendelt for Quality vs. ROI - When is Good Enough, good enough?Mendelt2008-09-10T17:45:33Z2008-09-10T17:45:33Z<p>The project triangle is a gross simplification. In lots of cases you can actually save time by improving quality. For example by reducing repairs and avoiding costs in maintenance. This is not only true in software development.Toyota lean production proved that this works in manufacturing too.</p>
<p>The whole process of software development is far too complex to make generalizations on cost vs quality. Quality is a fuzzy concept that consists of multiple factors. Is testable code of higher quality than performant code? Is maintainable code of higher quality than testable code? Do you need testable code for an RSS reader or performant code? And for a fly-by-wire F16?</p>
<p>It's more productive to make informed desisions on a case-by-case basis. And don't be afraid to over-invest in quality. It's usually much cheaper and safer than under-investing.</p>
http://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough/54840#548402Answer by Gishu for Quality vs. ROI - When is Good Enough, good enough?Gishu2008-09-10T17:50:11Z2008-09-10T18:08:17Z<p>To answer in an equally simplistic way..
..When you stop hearing from the customers (and not because they stopped using your product).. except for enhancement requests and bouquets :)</p>
<p>And its not a triangle, it has 4 corners - Cost Time Quality and Scope.</p>
http://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough/54849#548491Answer by Dr. UNIX for Quality vs. ROI - When is Good Enough, good enough?Dr. UNIX2008-09-10T17:54:07Z2008-09-10T17:54:07Z<p>Chasing the word "Quality" is like chasing the horizon. I have never seen anything (in the IT world or outside) that is 100% quality. There's always room for improvement.</p>
<p>Secondly, "quality" is an overly broad term. It means something different to everyone and subjective in it's degree of implementation.</p>
<p>That being said, every effort boils down to what "engineering" means--making the right choices to balance cost, time and key characteristics (ie. speed, size, shape, weight, etc.) These are constraints.</p>
http://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough/54901#549010Answer by Troy DeMonbreun for Quality vs. ROI - When is Good Enough, good enough?Troy DeMonbreun2008-09-10T18:08:31Z2008-10-08T00:54:56Z<p>Thanks for all your answers so far. I'd vote you guys up already, but I've used up my 30 limit and it won't reset for another 5 or so hours. :-(</p>
<p>OK, time for a bit of a tangent: Regarding the importance of uptime depending upon the criticality of the application...</p>
<p>So, let's say that the client will loose $50 per minute while the app is unavailable. However, the client will <strong>not</strong> pay more than $100,000 for the application and say that analysis determines (analysis is always right, of course) that for $100,000 you can only build an app that will risk as much as 12 hours of downtime per year (due to its architecture), a potential yearly cost of $36,000.</p>
<p>The client, of course, would likely balk at that number and might say no more than 1 hour of downtime per year is acceptable. That's 12 times more stable. Do you tell the customer, sorry, we can't do that for $100,000, or do you make your best attempt, hoping your analysis was conservative?</p>
http://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough/60048#600483Answer by Ethan Gunderson for Quality vs. ROI - When is Good Enough, good enough?Ethan Gunderson2008-09-12T21:53:55Z2008-09-12T21:53:55Z<p><strong>The client, of course, would likely balk at that number and might say no more than 1 hour of downtime per year is acceptable. That's 12 times more stable. Do you tell the customer, sorry, we can't do that for $100,000, or do you make your best attempt, hoping your analysis was conservative?</strong></p>
<p>Flat out tell the customer what they want isn't reasonable. In order to gain that kind of uptime, a massive amount of money would be needed, and realistically, the chances of reaching that percentage of uptime constantly just isn't possible.</p>
<p>I personally would go back to the customer and tell them that you'll provide them with the best setup with 100k and set up an outage report guideline. Something like, for every outage you have, we will complete an investigation as to why this outage happened, and how what we will do to make the chances of it happening again almost non existent.</p>
<p>I think offering SLAs is just a mistake.</p>
http://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough/181088#1810884Answer by torial for Quality vs. ROI - When is Good Enough, good enough?torial2008-10-08T01:39:01Z2008-10-08T01:39:01Z<p>The Quality vs Good Enough discussion I've seen has a practical ROI at 95% defect fixes. Obviously show stoppers / critical defects are fixed (and always there are the exceptions like air-plane autopilots etc, that need to not have so many defects). </p>
<p>I can't seem to find the reference to the 95% defect fixes, it is either in Rapid Development or in Applied Software Measurement by Caper Jones.</p>
<p>Here is a link to a useful strategy for attacking code quality:
<a href="http://www.gamedev.net/reference/articles/article1050.asp" rel="nofollow">http://www.gamedev.net/reference/articles/article1050.asp</a></p>