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

Rework static instances to have companion objects extend EncoderDecoder #122

Merged
merged 1 commit into from
Jun 3, 2023

Conversation

05nelsonm
Copy link
Owner

@05nelsonm 05nelsonm commented Jun 3, 2023

Closes #121

Cleans up #117 where by instead of higher level implementations using INSTANCE, their companion objects now extend EncoderDecoder and delegate the overrides to their static references.

@05nelsonm 05nelsonm self-assigned this Jun 3, 2023
@05nelsonm 05nelsonm merged commit c167e34 into master Jun 3, 2023
3 checks passed
@05nelsonm 05nelsonm deleted the issue/121-static-instances branch June 3, 2023 14:45
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.

Rework INSTANCE variable to use delegate
1 participant