linusgroh’s avatarlinusgroh’s Twitter Archive—№ 2,617

  1. …in reply to @devsh0
    @devsh0 Absolutely both - if someone thinks unbuildable commits are ok, they're not bisecting enough ;) Sometimes it's unavoidable or happens by accident, but most of the time you'll want to make sure that each commit can produce a working build. This includes placing commits adding...
    1. …in reply to @linusgroh
      @devsh0 ...APIs *before* the ones using said changes, for example. Or making related changes across multiple commits, to ensure that each one remains functional, instead of just having a working thing in the last of a set of commits.