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

Another design suggestion #5

Open
ghost opened this issue Dec 21, 2020 · 1 comment
Open

Another design suggestion #5

ghost opened this issue Dec 21, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 21, 2020

Observer design pattern

Observer is a behavioral design pattern that lets you define a subscription mechanism to notify multiple objects about any events that happen to the object they’re observing.
https://refactoring.guru/design-patterns/observer

Suggestion

AA
I noticed that in your program you delete or change the state of an object, so this may come in handy for your repository

Regards

Thanks for paying attention.

@swapnanildutta
Copy link
Owner

You may add it to the README @andrestoala.

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

1 participant