December 12 2016 Multisection: When You Need to Bisect More Than Once Back

Bisection: Focus on Single Commit

        Bisection is a method used in software development to identify
        change sets that result in a specific behavior change. It is
        mostly employed for finding the patch that introduced a bug.
        Another application area is finding the patch that indirectly
        fixed a bug. ... Code bisection has the goal of minimizing the
        effort to find a specific change set.


Home Last TOC Copyright © 2016 James E Keenan Back Next