|
|
|
|
|
by CharlieDigital
594 days ago
|
|
It doesn't have to be that way. You can have a mono-repo and deploy different parts of the repo as different services. You can have a mono-repo with a React SPA and a backend service in Go. If you fix some UI bug with a button in the React SPA, why would you also deploy the backend? |
|
The gains provided by moving from polyrepo to monorepo are immense.
Developer access control is the only thing I can think to justify polyrepo.
I'm curious if and how others who see the advantages of monorepo have justified polyrepo in spite of that.