Review: DDD fundamentals pluralsight
by Steve Smith and Julie Lerman. I followed this course via pluralsight during my Rightmove days. Overall it was a good introduction and decently pragmatic. However it didn’t expand my knowledge beyond C# specifics.
Introduction
The first few chapters introducer Domain Models and Aggregates, without expanding too much outside the blue book.
Repository
I found the idea really simple. Most of the implementation was about C# so it didn’t work for me.
Events & Anticorruption layers
Most of the chapter is about events. The events were propagated accross the diferent modules and it had a bit of syntax magic to deal with C#
constraints
Reaping benefits
This part about the potential befenefits didn’t differ too much from any of the other documentation.