Hacker News new | ask | show | jobs
by mozey 1250 days ago
Modules are for organising your code, services are for organising processes on the OS, and micro-services are for organising teams of developers
2 comments

Microservice are a way to organize teams. Modules and services also serve that purpose.
You can organize teams of developers around services.
Developers all provide the same service (more or less), giving no clear delineation in which to organize. More likely will you organize teams of developers around products.