Skip to content

Latest commit

 

History

History
107 lines (88 loc) · 5.57 KB

ddd.md

File metadata and controls

107 lines (88 loc) · 5.57 KB

DDD

What is DDD?

Relative links:

Why DDD is needed?

Relative links:

What is aggregate in DDD?

Relative links:

What is anemic domain model?

Relative links:

What is the correct way for having relations between aggregates?

Relative links:

How to update several aggregates during one transaction?

Relative links:

What is event storming?

Relative links:

How domain events are related to eventual consistency?

Relative links:

What is the difference between domain events and event sourcing?

Relative links:

What is CQRS?

Relative links:

What is the best practice for validation in DDD?

Relative links:

What is the best practice for Value Object?

Relative links:

Possible issues with using domain model with public getters/setters and empty constructor?

Relative links:

How to work with large domain models? Is it correct to have a lot of fields in domain model?

Relative links:

How should be published integration events? Inside or outside transaction?

Relative links:

How to define the reference between aggregates?

Relative links:

Where to put validation rule for value object?

Relative links:

Possible integration ways between modules?

Relative links: