Hacker News new | ask | show | jobs
by swsieber 2561 days ago
While I agree with your analysis, do we have a good word for lots of little repos?

ie microservices : monolith and ?? : monorepo

1 comments

"Multirepo" is the term I see the most
Thanks! I saw 'polyrepo' too, but multirepo sounds more intuitive.
'submodules' too, but which further implies a) git; b) there's a (CD/infrastructure?) repo which collates the pieces.
Surely micro repos would be more fitting (although probably a terrible idea)