arxanas / git-branchless

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

[1/15] feat(bisect): add guessing game example #1220

Closed arxanas closed 7 months ago

arxanas commented 7 months ago

Stack:


feat(bisect): add guessing game example

In doing this, I improved some of the comments/assertions on the consumer interface that became apparent when implementing the example.

I found some bugs by hand while testing and proptest also found the same bugs.