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

Virtualize user-facing variableAttributeLoader functions #372

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

fractalsbyx
Copy link
Contributor

allows for modular testing with different overloads using inheritance.

…irtual

also make variableAttributeLoader attributes private (read-only through getter)
@fractalsbyx
Copy link
Contributor Author

One thing to note is that it would be "good practice" to have the user overload the functions for a derived class rather than for the base variableAttributeLoader class. (It would restrict access to private variables.) It isn't necessary, and could bloat the code, but this change makes it an option.

@fractalsbyx fractalsbyx requested a review from landinjm December 21, 2024 04:35
@landinjm landinjm merged commit 992c771 into prisms-center:devel Dec 22, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants