Slide 10
Slide 10 text
In version-control systems, a monorepo ("mono" meaning 'single' and "repo"
being short for 'repository') is a software-development strategy in which the
code for a number of projects is stored in the same repository.
This practice dates back to at least the early 2000s, when it was commonly
called a shared codebase.
Google, Meta, Microsoft, Uber, Airbnb, and X all employ very large
monorepos with varying strategies to scale build systems and version
control software with a large volume of code and daily changes.
a software-development strategy
Monorepo
10
@source: https://en.wikipedia.org/wiki/Monorepo