|
|
|
|
|
by SideburnsOfDoom
524 days ago
|
|
> With microservices, each team becomes responsible for one part, and (as long as they keep their SLAs) they can't break each other's code. When done well, microservices work as a unit of deployment. The team that owns the service code deploys it on their own pace. Sure there is process to follow, but it involves 10 people in that microservice team not 100 people for the monolithic app. This allow for smaller batches and independence of development. |
|