Archive for 2008/9
-
Automating Git Bisection for Rails Apps
-- 2008-09-25 22:27:00
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 ...