you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 3 months ago (1 child)

Monorepos don't really change anything. Squashed commits are still not atomic, unless the MR is small enough to fit into a single logical commit. Changes made to say, a database query are distinct from changes made to route handling, yet both might be needed for the overall feature. They don't belong in the same commit in history.

  • source
  • parent
  • hideshow 2 child comments