| ▲ | mikey-k 6 hours ago | |
Interesting idea. While conflicts can be improved, I personally don't see it as a critical challenge with VCS. What I do think is the critical challenge (particularly with Git) is scalability. Size of repository & rate of change of repositories are starting to push limits of git, and I think this needs revisited across the server, client & wire protocols. What exactly, I don't know. :). But I do know that in my current role (mid-size well-known tech company) is hitting these limits today. | ||
| ▲ | procaryote an hour ago | parent | next [-] | |
What kind of scalability issues have you had with git? Is it because of a monorepo? | ||
| ▲ | layer8 5 hours ago | parent | prev | next [-] | |
One solution is to decompose your code into modules with stable interfaces and reference them as versioned dependencies. | ||
| ▲ | rectang 5 hours ago | parent | prev [-] | |
[dead] | ||