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

Logical operators should be avoided #98

Merged
merged 1 commit into from
May 12, 2016

Commits on May 12, 2016

  1. Logical operators should be avoided

    The or operator does not have the same precedence as ||. This could lead to unexpected behavior, use || instead. The and operator does not have the same precedence as &&. This could lead to unexpected behavior, use && instead.
    Exileum committed May 12, 2016
    Configuration menu
    Copy the full SHA
    147d611 View commit details
    Browse the repository at this point in the history