Tuesday, December 7, 2021

Principles for Microservice Design: Think IDEALS, Rather than SOLID

Source:
https://www.infoq.com/articles/microservices-design-ideals/

"'For object-oriented design we follow the SOLID principles. For microservice design we propose developers follow the "IDEALS":
* interface segregation, 
* deployability (is on you), 
* event-driven, 
* availability over consistency, 
* loose-coupling, 
* and single responsibility."'

No comments: