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

Replace low-priority operators #214

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

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