Hacker News new | ask | show | jobs
by regularfry 23 hours ago
It's not just the modular organisation that you've got to get right though, although that's definitely a big thing. Deployment independence matters too: if I've got a perfectly modular monolith but I have to coordinate with everyone else who lives in that monolith to get my module into production, it's leaving half the gains on the table.
1 comments

That's true too. So, the two things are data isolation and operational independence.