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

Converted the dictionary corona to a class coronaDNA #54

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

Conversation

Lajellu
Copy link

@Lajellu Lajellu commented Mar 12, 2021

Converted the dictionary "corona" to a class "coronaDNA" to encapsulate its properties in accordance with the Aggregate Design Pattern, and to be deleted in memory explicitly once it is no longer in use.

Encapsulated the values related to the corona dictionary into a new class called coronaDNA in order to apply an aggregate design pattern.
Changed the variable name "corona" to "coronaDNA" to be consistent with the new class definition within corona.py
@Lajellu Lajellu changed the title Lajellu aggregate corona Converted the dictionary corona to a class coronaDNA Mar 12, 2021
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.

None yet

1 participant