korfuri / awesome-monorepo

A curated list of awesome Monorepo tools, software and architectures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lists of pros and cons?

dandv opened this issue · comments

Would love to see a comprehensive list of pros and cons of monorepos.

In particular, I'm concerned about security - if a large company needs to hire a contractor to work on the design of some web app, why would they want to give that contractor access to the entire repo, instead of just to the front-end code?

This Hacker News thread touched a bit upon the issue of risk, but the matter was hand-waved ("You should trust every developer"). These SE.stackexchange questions suggest it's impossible to have granular access control within a monorepo.

I've linked to a few "good reads" that touch on this. I'm reluctant to include such a discussion in the list itself, as the mono vs multi repo debate has lots of good points on both sides and these arguments tend to devolve into dogma pretty quickly when they're in a public setting (or even within one team: I find it's a guaranteed way to make lunchtime discussions more lively).

If you have good articles on the topic I'm happy to add them to the list.