SOLID / IDEALS - Microservice Design Principles

As developers, we build software and make decisions daily that can influence the system and the developer experience. Wrong changes in the code can result in bugs and bad user experience. For these reasons, we should follow SOLID Principles. And at the project level, the same thing is valid for the architecture of the system, especially with an ever-increasing number of tools and frameworks around microservices.

SOLID can help a developer to write better code. So what about the application designing and coherence at runtime? Some of the SOLID principles apply to microservices but don’t cover the whole spectrum of design decisions. Thus, the SOLID principles for microservices are IDEALS.

“DEALS” are core principles for microservice design:

Following the IDEALS is not a magic elixir that will make a microservice design successful. As always, we need to have a good understanding of design patterns and architecture tactics.

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