关于[Event Sourced Aggregate Design: Focus on Business Logic]的摘要:
Separating data and behaviors can have a pretty profound impact on your design. An Event Sourced Aggregate allows you to focus on business logic by having capabilities to produce data (Events). Event Sourcing does exactly this by limiting the amount of state you require only to that needed for business logic within an Aggregate.
原文地址: https://codeopinion.com/event-sourced-aggregate-design-focus-on-business-logic/