Skip to content

Commit

Permalink
Improve phrasing to appease jeffbee on HN
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmulder committed Mar 15, 2022
1 parent bd99920 commit 6a48443
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions writing/2022-03-12-Monorepos-done-right.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ This is not such a problem with multirepos, as the occurrence of merge races is
(among other things) proportional to the amount of changes per time unit.

The easiest mitigation is to serialize merges to the main branch. However,
this does not scale. At Stripe, my current project is to implement a
speculative approach to testing and merging changes, this will allow us to
scale merges to hundreds of commits per hour while keeping the main branch
green.
naively serializing merges does not scale. At Stripe, my current project is to
implement a speculative approach to testing and merging changes, this will
allow us to scale merges to hundreds of commits per hour while keeping the main
branch green.

## Trying to get things right from the start
This is why I'm writing this post. Most monorepos I've been exposed to have a lot
Expand Down

0 comments on commit 6a48443

Please sign in to comment.