Y
Hacker News
new
|
ask
|
show
|
jobs
by
raone1
1250 days 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.
1 comments
avx56
1250 days ago
If everything is tightly coupled (which it sounds like from your other comments), then go ahead with a monorepo. Should be fine.
link
raone1
1250 days ago
Thanks for the suggestion.
link