Archive for 2008/9
-
Automating Git Bisection for Rails Apps
-- Sept. 25, 2008, 10:27 p.m.
Bisection is an awesome strategy for finding the introduction of a flaw. The basic idea is to recognize a failure in a particular version of your code, find a version where the failure did not exist, and use the SCM to automate finding change that introduced the bug. I first used it in darcs a few years ago (where it's ...