Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Simplify conditions #227

Open
mernst opened this issue May 20, 2018 · 0 comments
Open

Simplify conditions #227

mernst opened this issue May 20, 2018 · 0 comments

Comments

@mernst
Copy link
Collaborator

mernst commented May 20, 2018

I find output such as ((node==null) == false) wordy and hard to read.
I suggest that it should be output as node!=null.
More generally, conditions should never include == false or == true.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants