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

Split up MetadataType into MetadataTypes & DataComponents too #883

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

Conversation

AlexProgrammerDE
Copy link
Contributor

This is mainly to avoid thread deadlocking issues that may occur from a parent class early initializing child classes. The other reason is that this is cleaner and makes the code for MetadataTypes more readable. It also simplifies the initialization of metadatatypes by adding id as a constructor.

This is mainly to avoid thread deadlocking issues that may occur from a parent class early initializing child classes. The other reason is that this is cleaner and makes the code for MetadataTypes more readable. It also simplifies the initialization of metadatatypes by adding id as a constructor.
@AlexProgrammerDE AlexProgrammerDE changed the title Split up MetadataType into MetadataTypes Split up MetadataType into MetadataTypes & DataComponents too Feb 6, 2025
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