you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago* (2 children)

Why are they calling it diff debugging?

They mention git (and only gitas a tool), so why not call it bisect like git does?

  • source
  • hideshow 4 child comments
  • [–] [S] 1 point 2 years ago* (last edited 2 years ago)

    That's explained at the end (Revisions). Fowler is probably looking for a general term that can be used to describe this specific way of debugging. Since he is aware of git bisect (and I'm sure he knows about hg bisect) there must be a reason he is not preferring "bisect debugging," for example.

    Edit: The term diff has a clear link with version control. bisect is not that obvious. It may be ambiguous/vague in debugging context. I would still call it "bisect debugging."

  • source
  • parent