Lecture 014

Scientific Debugging

Hypothesis: propose a possible defect explains the failure (Ockham's Razor: pick the simplest / closest to current work) based on the following

Prediction: What data could confirm or refute hypothesis

Develop a fix, and run experiment again to see if reproduced defect is fixed.

Brute Force

Other approach:

Table of Content