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

Look into using maps instead of case/switch #7

Open
ShadowApex opened this issue Aug 28, 2017 · 1 comment
Open

Look into using maps instead of case/switch #7

ShadowApex opened this issue Aug 28, 2017 · 1 comment

Comments

@ShadowApex
Copy link
Owner

For converting types using case/switch, it might be more optimal to use a map of conversion functions instead of case/switch.

@ShadowApex
Copy link
Owner Author

This has been implemented for some conversion functions. There are still some other places we might be able to do this in.

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

No branches or pull requests

1 participant