Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

428 Domain Service Enhancements #430

Merged
merged 1 commit into from
May 31, 2024
Merged

Conversation

subhashb
Copy link
Contributor

Changes:

  1. Add support for pre and post invariant structures in Aggregates, Entities, Value Objects, and Domain Services.
  2. Callable classes for Domain Services.
  3. Automatic invariant validation around Domain Service method invocation.
  4. Rename clean() to _postcheck, and remove unnecessary clean() in BaseContainer.

Fixes #428

Changes:
1. `pre` and `post` invariant structures support for Aggregates, Entities,
Value Objects and Domain services.
2. Callable classes for Domain Services.
3. Automatic invariant validation around Domain Service method invocation.
4. Rename `clean()` to `_postcheck`

Fixes #428
@subhashb subhashb self-assigned this May 31, 2024
@subhashb subhashb merged commit ed41efb into main May 31, 2024
4 checks passed
@subhashb subhashb deleted the 428-domain-services-enhancements branch May 31, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Domain Services Enhancements
1 participant