5 ms·
I mostly use statically linked monorepos with microservices. The services use the common utils from the repo. What's the difference except for not having dead c
by negus 2y ago
I mostly use statically linked monorepos with microservices. The services use the common utils from the repo. What's the difference except for not having dead code and unused dependencies in the artifacts in my case?