Hacker News new | ask | show | jobs
by wocram 381 days ago
I think most monorepo advocates are actually anti "one repo per project" at heart. That's the real anti-pattern imo.
1 comments

I don't get it. That's the only pattern that makes any sense imo.

If you get problems because two or more projects needs to be updated simultaneously because of DRY or whatever, I would argue that you actually have ONE project and you're just fooling yourself.

Hmm.. actually, I guess that's what you're saying? When I said "project" above, I meant something like "product" or "system".