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

Raplce and & or #336

Merged
merged 2 commits into from
Apr 21, 2015
Merged

Raplce and & or #336

merged 2 commits into from
Apr 21, 2015

Conversation

Tjoosten
Copy link
Contributor

The and operator does not have the same precedence as &&. This could lead to unexpected behavior, use && instead.

The or operator does not have the same precedence as ||. This could lead to unexpected behavior, use || instead.

Tjoosten added 2 commits April 21, 2015 22:29
The and operator does not have the same precedence as &&. This could
lead to unexpected behavior, use && instead.
The or operator does not have the same precedence as ||. This could
lead to unexpected behavior, use || instead.
barryvdh added a commit that referenced this pull request Apr 21, 2015
@barryvdh barryvdh merged commit 813c5a9 into barryvdh:master Apr 21, 2015
@barryvdh
Copy link
Owner

Thanks, but don't think it give any problems in this situation, right?

@Tjoosten
Copy link
Contributor Author

Normally not, Why?

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

Successfully merging this pull request may close these issues.

2 participants