Y
Hacker News
new
|
ask
|
show
|
jobs
by
JackSlateur
634 days ago
You can have a single codebase, deployed in multiple kind of configurations
One code, multiple roles
1 comments
negus
634 days 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?
link