top | item 34363772

(no title)

raone1 | 3 years ago

I read somewhere that with larger teams, maintaining mono repo becomes harder because of merge conflicts.

We are a small team and the codebase would not be that big.

discuss

order

avx56|3 years ago

If everything is tightly coupled (which it sounds like from your other comments), then go ahead with a monorepo. Should be fine.

raone1|3 years ago

Thanks for the suggestion.