DEV Community

Discussion on: To Domain Driven Design

Collapse
 
imdanwu profile image
Daniel Wu

Hey thanks for this article. I think there are some great ideas to dive into, especially for fast growing startups where business requirements change frequently and people join or leave constantly.

Do you have any more recommended reading for someone who's never heard of domain driven design?

Collapse
 
kmruiz profile image
Kevin Mas Ruiz

Hi Daniel! Thank you for your feedback!

If you are brand new to Domain Driven Design, the best way to start is with the tactical patterns, which are easier to apply to already existing code and benefits are more obvious to developers.

Said that, the easiest book to start with is Domain Driven Design Distilled, by Vaughn Vernon. It's not expensive, is quite short and it's a good introduction to it.

Thanks!