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

Behavioural pattern observer pattern #209

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

kekekekasper
Copy link

Reference Issuse/PRs

None

What does this implement/fix? Explain your changes.

For this pattern, it would connect to the database, each country would be a subject, the country data (language, country code, official website URL, keyword) and COVID-19 case data (confirmed, deaths, recovered) would be the observer, these data would depend on the country be added or removed from the database, the observer also would be added or removed from the database. This pattern would help to manage country data in the database. It is an efficient way to added or remove a country's data from the system.

Any other comments?

None

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.

1 participant