Skip to content

Conversation

oneverest
Copy link

Using cls-hooked(forked from continuation-local-storage), change the
DomainEvents from singleton to normal class, but also with a factory
method create.

create will find registered DomainEvents instance from the current cls
context, if not, a new instance will be returned and register it to the
current context.

Using cls-hooked(forked from continuation-local-storage), change the
DomainEvents from singleton to normal class, but also with a factory
method `create`.

`create` will find registered DomainEvents instance from the current cls
context, if not, a new instance will be returned and register it to the
current context.
Copy link

@pointbazaar pointbazaar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💩

@NikitaIT
Copy link

This change violates the principle of separation of concerns, SoC for short. However, a static class is a really bad idea for DomainEvents.

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.

4 participants