Tagged Questions

16
votes
34answers
1k views

Do you eat your own dogfood?

From Wikipedia: To say that a company "eats its own dog food" means that it uses the products that it makes. So the question is: do you use the software you are developin …
4
votes
4answers
229 views

How do You convince developers to pay their “taxes”? [closed]

Community Wiki How do you convince developers to pay their taxes? Have you taken any steps to pay your taxes? Do you do things that try to get developers to pay their taxes? Fo …
4
votes
8answers
380 views

Tips for balancing between Dogfood and QA?

Most developers are aware of idea of eating one's own dog food, but at the same time its mathematically proven that its cheaper to have QA staff (or Testers) do QA than having deve …
9
votes
12answers
679 views

Best practices on answering dogfood excuses

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 possibl …
10
votes
32answers
1k views

What tools are built using themselves?

I am curious about what tools are used to build the next version of themselves. For example, Delphi has long claimed that "Delphi is written in Delphi". I assume Visual Studio is …
0
votes
2answers
151 views

Debug multiple copies of a program from one VS instance

I have a pre-alpha GUI program that I'm dogfooding and want to run under the debugger (for when things go wrong ;) but I don't want to have to launch a new copy of VS for each inst …
9
votes
12answers
406 views

At what point in a project should developers start to “eat their own dog food”?

We have a project coming up where the PM is insistent that the team should "eat their own dog food"? At what point is it realistic to do this? e.g. assume we have to write an edi …