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

qml: change == to === for same-type comparisons #69

Open
jgibbon opened this issue Oct 2, 2019 · 0 comments
Open

qml: change == to === for same-type comparisons #69

jgibbon opened this issue Oct 2, 2019 · 0 comments
Assignees

Comments

@jgibbon
Copy link
Collaborator

jgibbon commented Oct 2, 2019

A small issue brought up by mal while checking #66, which I totally agree with.
This makes it (just a tiny bit to be honest) easier/faster for runtime optimisations in the JS engine.
Additionally I find it easier to read because it infers a bit more type information at first glance.

@jgibbon jgibbon self-assigned this Oct 2, 2019
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