Best practices on answering dogfood excuses - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T06:32:19Zhttp://stackoverflow.com/feeds/question/254093http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses9Best practices on answering dogfood excusesSteve Steiner2008-10-31T16:24:02Z2009-02-26T14:16:37Z
<p>Dogfooding is using your own software while it is being developed. Sometimes it is impossible to simple use it at all (e.g. software for fighter pilots.) More often it is possible to dogfood, but it doesn't happen anyway. </p>
<p>A couple of "Our users won't experience that problem so it can't be a dogfooding bug," and quickly the practicalities of dogfooding go down so far no one does it.</p>
<p>What are the best practices about getting dogfooding to actually happen?</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254103#2541032Answer by Martin Beckett for Best practices on answering dogfood excusesMartin Beckett2008-10-31T16:26:30Z2008-10-31T18:01:13Z<p>It's cheaper than employing testers?</p>
<p>(We need an irony smiley)
An advantage of dogfooding is it allows you to make mistakes when using the software.<br />
The problem with testing by developers is that they know which button to press and so never press the wrong one, so that code path doesn't get tested. By using it day-day you are more likely to make the same mistakes your users willl make.</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254118#2541187Answer by maxam for Best practices on answering dogfood excusesmaxam2008-10-31T16:32:01Z2008-10-31T16:32:01Z<p>We spent [Insert cost] dollars and took [insert man-months] months to make that software, and by [Insert preferred Deity], we are going to use it!</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254154#2541541Answer by JamShady for Best practices on answering dogfood excusesJamShady2008-10-31T16:41:47Z2008-10-31T16:41:47Z<p>Surely it depends on what your software is? For instance, I write software that I need for a particular time, and then continue to reuse in other projects. Hence, I do actually eat my own dogfood because I created it to serve my needs (and as it happens, others use it also because it works for them and they think like I do).</p>
<p>But as you rightly say, for some commercial enterprises, it's not possible because the employees of the company are not the target audience of the software being developed. In this case, you would need to be really proficient at testing your software, and also have loads of unit-tests to backup the stability of your software.</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254215#2542158Answer by Bob Cross for Best practices on answering dogfood excusesBob Cross2008-10-31T17:00:29Z2009-02-26T14:16:37Z<p>I would say that the best motivator is to create a mapping between quality software and everyone's personal quality of life.</p>
<p>Concrete example: the customers for our large scale sensor processing system are both internal and external to our department. The people in my group feel the "dogfood factor" strongly in several different ways:</p>
<ol>
<li>I like to point out, "Notice how we don't get screaming phone calls on the weekend anymore?"</li>
<li>Our friends in the department are using the system right down the hill right now. If there are problems or features missing in the system, they actively feel the pain. "You don't want to screw your friends, do you?"</li>
<li>We go on site for certain types of deliveries and exercises. If the system has issues when we're trying to use it live during a very expensive exercise, we personally feel the pain right then. "Isn't it nice when deliveries are boring, when things just work?"</li>
</ol>
<p>My feeling is that, if you and your group don't actively see the relationship between the system's quality and their own quality of life, you're detecting a fairly high screwed factor.</p>
<p><em>PS: some time later, we lived a concrete example of this.</em> </p>
<p>In January, we were asked to support our customer on site for the entire month of February. When we arrived, we were presented with a short list of critical issues: "these have to be addressed by March or the system will be considered unusable for our efforts in May." </p>
<p>At the end of February, we heard "the deadline is now the end of February." (!)</p>
<p>If we hadn't been living the system, all of us using significantly harder than our customers during that timeframe, working all the details as hard as we could in the lab, we would have been in something of a tight spot. As it was, I was able to say "okay, we were in final wrap-up testing. If you are willing to accept it as is, it's a solid product and we're ready to ship right now."</p>
<p>The moral of the story is that we made the best dogfood we could make. We took a known release, we updated it, we'd lived with it, working with real data, looking for serious problems and documenting the non-critical issues. At this point, our customer is completely taken aback, our management is ecstatic and I'm declaring victory.</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254230#2542303Answer by Eoin for Best practices on answering dogfood excusesEoin2008-10-31T17:03:58Z2008-10-31T17:03:58Z<p>Dogfooding only works when you depend on the software for a critical business process.
If you don't then forget about it.</p>
<p>Another way of dogfooding developers is to let them spend a few hours on the support line and let them deal with the clients issues.
This can be a good incentive to improve the user experience</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254282#2542823Answer by Steve Steiner for Best practices on answering dogfood excusesSteve Steiner2008-10-31T17:22:35Z2008-10-31T17:22:35Z<p>One best practice is to tag bugs that prevent dogfooding (in any way) as 'dogfood' bugs. Bugs tagged this way are considered one step below breaking the build.</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254289#2542894Answer by Shog9 for Best practices on answering dogfood excusesShog92008-10-31T17:25:24Z2008-10-31T17:25:24Z<blockquote>
<p>A couple of "Our users won't
experience that problem so it can't be
a dogfooding bug," and quickly the
practicalities of dogfooding go down
so far no one does it.</p>
</blockquote>
<p>If it bothers you, you should fix it. IMHO, that should be the mantra for every programmer on every team of every size, everywhere. Even if it is a problem that you can <em>guarantee</em> will never affect end-users.</p>
<ul>
<li>If it bothers you, then you <em>won't</em> use the software.</li>
<li>If you don't use the software, then it <em>won't</em> be properly tested.</li>
<li>If it isn't properly tested, then <em>the shipped product will be mediocre at best</em>. </li>
</ul>
<p>I have a sister who paints. Painting, in spite of what certain LISP programmers will tell you, is almost entirely unlike programming. However, there's one little similarity in process, a similarity common in thousands of crafts: attention to detail divides the good from the bad. My sister might paint something in an afternoon that looks... ok. At first glance. But without the next week or month of attention, of critical examination in different lighting, of tweaking and re-painting, the piece will never be more than a rough hint at what was intended. </p>
<p>You might throw together a rough UI, a passable algorithm, based on reasonable specs, and think that QA can hash out any problems on their own, or that user feedback will tell you all you need to know... but until you've spent days using it yourself, <em>feeling</em> the rough edges, you'll never appreciate potential improvements, or understand the poorly-expressed discomfort of your users. </p>
<p>You, the programmer, are the Super User. You are the <em>only</em> one who can both experience a problem, communicate a solution, and implement the correct. End users can experience, QA can communicate, but only you are in the position to do all three. Therefore it is <em>vital</em> that you are allowed to do so.</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254323#2543230Answer by Ali A for Best practices on answering dogfood excusesAli A2008-10-31T17:36:19Z2008-10-31T17:36:19Z<p>We develop an IDE, and it would be a shame to not use it to develop itself!</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254405#2544051Answer by JohnMcG for Best practices on answering dogfood excusesJohnMcG2008-10-31T18:08:47Z2008-10-31T18:08:47Z<p>Not referring to the product of the team's labor as "dogfood" would probably help.</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254439#2544391Answer by Luis Abreu for Best practices on answering dogfood excusesLuis Abreu2008-10-31T18:24:54Z2008-10-31T18:24:54Z<p>I guess that it depends on the software you write. For in house software, which is what I've been doing in the last years, I've noticed that after some resistance, people now don't have any problems with participating and using beta software. I believe that the most difficult part for them is seeing that thei opinions are important. After seeing that we do value their opinions and that we try hard for making their app solve their problems in an easy way, they end up liking it and are eager to participate on future projects.</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254442#2544420Answer by Steve Steiner for Best practices on answering dogfood excusesSteve Steiner2008-10-31T18:26:13Z2008-10-31T18:26:13Z<p>A best practice is to 'stage' disruptive changes. There are two ways to do this. One is statically with a branch in source control. In that case the disuptive change comes in all at once when it is dogfood ready. The other is to dynamically stage it. This means allow the change to be turned off by dogfooing users while it is still being developed. This second option involves coding up such a staging mechanism, and then tearing it down when complete. This is a best practice for dogfooding, but the extra work can (in my opinion usually wrongly) be argued as a negative from a business perspectice.</p>
http://stackoverflow.com/questions/254093/best-practices-on-answering-dogfood-excuses/254530#2545301Answer by Chris Lively for Best practices on answering dogfood excusesChris Lively2008-10-31T18:56:56Z2008-10-31T18:56:56Z<p>There is only one way to get this type of thing to happen: Upper management <strong>MUST</strong> be behind it.</p>
<p>If you can't get Upper management to mandate it, then it won't last. </p>