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

AggregateRoot constructor #13

Open
amirh715 opened this issue Aug 28, 2020 · 2 comments
Open

AggregateRoot constructor #13

amirh715 opened this issue Aug 28, 2020 · 2 comments

Comments

@amirh715
Copy link

Hello.
In ./src/core/domain/AggregateRoot.ts there's no constructor present.
However, in ./src/modules/users/domain/user.ts, class User (which extends AggregateRoot), has a super(props, id) call in its constructor.
Where's AggregateRoot's constructor?
Thanks.

@hentt30
Copy link

hentt30 commented Aug 28, 2020

The constructor is implemented in the Entity class which aggregate root inherits from.

@chouglesaud
Copy link

Because AggregateRoot is an abstract class.

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

No branches or pull requests

3 participants