DEV Community

Discussion on: Use these 3 pillars to break the Monolith

Collapse
 
cristtopher profile image
Cristtopher Quintana Toledo • Edited

Thanks Matthieu, nice feedback.

I have added the complexity of hexagonal architecture in this scaffolding as each fork will have its own logic that does not necessarily correspond to a simple CRUD, which will allow me to evolve each one strategically without creating new micro-monolith.

With respect to DDD I totally agree with what you say, I had this strategic process before designing this solution, starting with ubiquitous languge which was a tremendous challenge at the company level to agree on each concept, this process I would like to document to expose and see how to improve.