arxanas / git-branchless

High-velocity, monorepo-scale workflow for Git
Apache License 2.0
3.41k stars 83 forks source link

[1/3] refactor(bisect): make `Strategy` into trait #1176

Closed arxanas closed 7 months ago

arxanas commented 7 months ago

Stack:


refactor(bisect): make Strategy into trait

We will want to add more kinds of strategies in the future (in particular, minimization involves a strategy operating on the power set of nodes).