5 ms·
The main reasons for micro services (that I didn't see covered) is that it reduces cross team overhead. 10 people working on a service is fine, 100 people worki
by Yacoby 2y ago
The main reasons for micro services (that I didn't see covered) is that it reduces cross team overhead. 10 people working on a service is fine, 100 people working on a service requires processes which slow development down (as no one can keep what is changing in their head)
- CharlieDigital 2y ago> The real case for microservices is to support going fast in highly competitive markets. Microservices support functionally highly independent teams with an architecture style that provides them with complete independence from other teams all along the IT value chain. This was in part 7 and seems to cover your point.
- mrkeen 2y agoIn fairness to GP, the post argued for this, rather than declaring it as a fallacy.