-
Notifications
You must be signed in to change notification settings - Fork 60
Assumptions
Yves Reynhout edited this page Sep 18, 2013
·
3 revisions
- You know the tactical patterns from Eric Evan's DDD book and have read Vaughn Vernon's white papers on effective aggregate design or his book. Repositories, Aggregates, Value Objects, and Entities should not sound strange to you.
- You are familiar with strategic design and with Bounded Contexts in particular. This is my way of saying: Don't use this library everywhere.
- You are familiar with event sourcing.
- Your decision to use event sourced aggregates is a conscious one. Either as a learning exercise or as the best option you see fit. This is my way of saying: Don't start bitching when your CRUDy needs are not met by this library.