|
|
|
|
|
by exfascist
1539 days ago
|
|
I'd argue that the optimal configuration is really a compromise; use sub modules with a dvcs tool like git.
You get the organizational benefits of monorepos with the isolation benefits of individual repos. Your branches go stale in weeks rather than days, cloning even with full history can be very fast, and you don't need to learn new tools when you change organizations. |
|