|
|
|
|
|
by kohlerm
2906 days ago
|
|
It looks to me that the shared library issue got solved by the monorepo approach. They could have gone the monorepo way and still have microservices.
Managing a lot of repos and keeping them consistent with regards do dependencies is not easy. In reality you do not want everyone to use a different version of a dependency. You might allow deviations but ultimately you wand to minimize them. They also just might have had too many repos. |
|