DEV Community

Discussion on: Microservice Boundaries: 5 characteristics to guide your design

Collapse
 
kspeakman profile image
Kasey Speakman

Great article. Small nit:

But in contrast to the sometimes difficult-to-grasp and abstract concept of domain driven design (DDD) — a framework for microservices ...

DDD

  • sometimes difficult-to-grasp ✔️
  • abstract concept ✔️
  • a framework for microservices ❓

I don't believe that is its purpose. But it does encourage drawing proper boundaries around functionality, which resonates with the microservice deployment strategy.