Bad advice on confirming the existence of bugs.
Mark S. Miller
erights at google.com
Thu Aug 4 15:57:03 UTC 2016
On Wed, Jul 27, 2016 at 10:20 AM, Alex Vincent <ajvincent at gmail.com> quoted:
>
> --
> "The first step in confirming there is a bug in someone else's work is
> confirming there are no bugs in your own."
> -- Alexander J. Vincent, June 30, 2001
>
I rarely comment on these incidental aphorisms, but this one is so wrong
that it is worth pointing out. You can confirm the existence of many bugs
by
* demonstration via failing test case,
* finding the bug,
* having a plausible explanation for why it is incorrect,
* writing a fix with a plausible explanation for why it fixes the
problem, and
* demonstrating that the fix repairs the demonstrated test case.
However hard this is, it is vastly easier than confirming that there are no
bugs in your own code.
--
Cheers,
--MarkM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20160804/6b9e6e62/attachment.html>
More information about the es-discuss
mailing list