Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
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 written using ...
9
votes
12answers
753 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 possible to dogfood, but it ...
8
votes
12answers
449 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 editor. We can't use ...
4
votes
8answers
510 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 developers do QA. Now ...
2
votes
2answers
839 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 instance of the App. Can ...
0
votes
7answers
396 views

Is there any software made by microsoft using .NET?

I've been reading some blogs and articles lately and one thing I noticed a couple of times was authors stating that Microsoft 'doesn't use their own technologies' with respect to developing ...