Changes between Version 5 and Version 6 of ReportABug
- Timestamp:
- 09/10/07 07:28:12 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReportABug
v5 v6 53 53 The name of the bug-reporting game is: facts, facts, facts. Don't omit them because "Oh, they won't be interested…". 54 54 55 '''The absolutely key thing is that we must be able to reproduce the bug'''. Without this, we are virtually helpless; we know there's a problem but we usually can make no progress with fixing it. The easi set way to help us reproduce the bug is to provide us with a program that elicits it:55 '''The absolutely key thing is that we must be able to reproduce the bug'''. Without this, we are virtually helpless; we know there's a problem but we usually can make no progress with fixing it. The easiest way to help us reproduce the bug is to provide us with a program that elicits it: 56 56 * The smaller the better. It costs you real work to "boil down" the bug from a big program to a small one, but the plain truth is that the easier the bug is to reproduce, and the smaller the test program (= smaller debug output), the more likely we are to fix it. 57 57 * The fewer dependencies the better. If your program depends on many libraries, it's harder for us to reproduce.
