A Case Study for the Quickest Way to Find the Source of a Bug
In the previous post, I went through the most efficient method I know to find the source of a bug. Here it is, summed up: 0) Don’t start by looking at the code 1) Reproduce the bug 2) Do differential testing __2a) Start with a tiny difference __2b) Continue with larger differences 3) Formulate hypotheses […]