Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Conversation

@HenryKeiter
Copy link

The operator inconsistencies have always bugged me. High-priority (&&, ||, !) and low-priority (and, or, not) operators are used interchangably throughout the code, and it's caused bugs in the past. This is an attempt to standardize them to the high-priority operators so there's less chance of future mishaps.

I also found a couple of operators which were missing altogether, so I added those in.

@tibbon
Copy link

tibbon commented Jul 26, 2018

This looks great. Is there anything needed to merge this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants