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

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