Hacker News new | ask | show | jobs
by gwright 1210 days ago
I never took it to be about organization vs chaos.

For example, if a team is responsible for two modules of an application they are less likely to create an API because the modules can communicate directly inside the application (i.e. monolith)

If the same two modules are cared for by separate teams, then maybe they end up being two separate API services.

It both cases there is organization, just different types of organization.