|
|
|
|
|
by gorgoiler
173 days ago
|
|
If your monorepo compiles to one binary on one host then fine, but what do you do when one webserver runs vN, another runs v(N-1), and half the DB cluster is stuck on v(N-17)? A monorepo only allows you to reason about the entire product as it should be. The details of how to migrate a live service atomically have little to do with how the codebase migrates atomically. |
|
Adding new APIs is always easy. Removing them not so much since other teams may not want to do a new release just to update to your new API schema.