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

Make structs immutable #8

Open
cyotek opened this issue Jul 11, 2017 · 0 comments
Open

Make structs immutable #8

cyotek opened this issue Jul 11, 2017 · 0 comments
Milestone

Comments

@cyotek
Copy link
Owner

cyotek commented Jul 11, 2017

Given that the purpose of the library is to load bitmap fonts, but not to edit or save them, it doesn't make sense that the structures are mutable. It makes even less sense if the structs are updated with custom GetHashCode overrides.

Suggest making them fully immutable.

@cyotek cyotek added this to the v3 milestone Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant