|
|
|
|
|
by dullgiulio
3319 days ago
|
|
Not really. It's easier to make a single atomic breaking change to how different components talk to each other if they are in the same repository. If they are in different repos, the change is not atomic and you need to version interfaces or keep backwards compatibility in some other way. |
|