https://github.com/asc-lab/ddd-aggregates-example
This is example of modelling DDD aggregates based on PPPDDD book.
https://github.com/asc-lab/ddd-aggregates-example
Last synced: 9 months ago
JSON representation
This is example of modelling DDD aggregates based on PPPDDD book.
- Host: GitHub
- URL: https://github.com/asc-lab/ddd-aggregates-example
- Owner: asc-lab
- Created: 2019-12-13T06:30:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T09:25:58.000Z (over 6 years ago)
- Last Synced: 2025-08-10T20:40:10.843Z (12 months ago)
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 18
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DDD Aggregates Example
This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven Design”.
This is example of modelling DDD aggregates. \
It's based on source code from [Patterns, Principles and Practices of Domain-Driven Design by Scott Millett & Nick Tune](https://www.amazon.com/Patterns-Principles-Practices-Domain-Driven-Design/dp/1118714709).
This is amazing book about DDD and I recommend it all of you!