|
|
|
|
|
by Galanwe
1273 days ago
|
|
> However you may find that being able to simply import other first party code by path instead of doing some cross repo dependency process is a massive win. I don't quite get the benefits of "depending by path". The engineering seems huge, you now have to create a magic meta build and testing system so that only individual components that changed are rebuilt/tested. That seems like a scaling nightmare at best. Also, dependency management is hardly an issue on most modern stacks anyway. Javascript, rust, python, etc, all have private package hosting tools that are trivial to deploy. |
|