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

Use union type when it's ready #8

Open
DrSensor opened this issue Feb 25, 2018 · 0 comments
Open

Use union type when it's ready #8

DrSensor opened this issue Feb 25, 2018 · 0 comments
Labels
wontfix This will not be worked on

Comments

@DrSensor
Copy link
Owner

DrSensor commented Feb 25, 2018

To reduce the number of overload function and avoid dynamic type like in like in here, it's best to use union type feature like in Typescript when it's ready.

Using union type open possibility to use Invoke instead of DynamicInvoke which can cause performance boost.

@DrSensor DrSensor added the wontfix This will not be worked on label Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant