mirror of
https://github.com/ByteByteGoHq/system-design-101.git
synced 2026-04-01 16:57:23 -04:00
@@ -1589,7 +1589,7 @@ In Microrepo, dependencies are controlled within each repository. Businesses cho
|
||||
Monorepo has a standard for check-ins. Google's code review process is famously known for setting a high bar, ensuring a coherent quality standard for Monorepo, regardless of the business.
|
||||
|
||||
Microrepo can either set its own standard or adopt a shared standard by incorporating the best practices. It can scale faster for business, but the code quality might be a bit different.
|
||||
Google engineers built Bazel, and Meta built Buck. There are other open-source tools available, including Nix, Lerna, and others.
|
||||
Google engineers built Bazel, and Meta built Buck. There are other open-source tools available, including Nx, Lerna, and others.
|
||||
|
||||
Over the years, Microrepo has had more supported tools, including Maven and Gradle for Java, NPM for NodeJS, and CMake for C/C++, among others.
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 464 KiB After Width: | Height: | Size: 286 KiB |
Reference in New Issue
Block a user