Hacker News new | ask | show | jobs
by MichaelMoser123 1538 days ago
one problem with multiple repos: you may end up with multiple binary components, like shared libraries, static libraries, etc, where each binary is produced from the sources of a separate repository. Now it may turn out to be a bit tricky to track a given binary found in a deployment to its sources. (on the JVM you could partially get by without the sources, as you have good decompilers)

I have never worked with mono repos, but I guess that this task would be somewhat easier, given that all sources are under a single repository.