Joey
03/06/2023, 6:27 AMpermission something = first & second & third
permission overall = something - excluded
Joey
03/06/2023, 6:27 AMJoey
03/06/2023, 6:27 AMcheck
the something
fierro
03/06/2023, 6:27 AM-
operator is always the last operator used in an expression. This aligns with my goal of making exclusions take priority over any inclusions, and will help me prevent bugsfierro
03/06/2023, 6:29 AMA + B - C + D
because in reality that is (A + B) - (C + D)
which does not align with an arithmetic intuition, which is probably what other devs on my team who aren't deep in the weeds here would assume.Joey
03/06/2023, 6:29 AMJoey
03/06/2023, 6:30 AMJoey
03/06/2023, 6:30 AMfierro
03/06/2023, 6:30 AMJoey
03/06/2023, 6:30 AMJoey
03/06/2023, 6:30 AMzed validate
all the things!vroldanbet
03/06/2023, 8:48 AMAndrii
03/06/2023, 10:45 AMyetitwo
03/06/2023, 5:49 PMvroldanbet
03/06/2023, 5:53 PMvroldanbet
03/06/2023, 5:54 PMvroldanbet
03/06/2023, 5:55 PMJoey
03/06/2023, 5:55 PMyetitwo
03/06/2023, 6:03 PMrajrh
03/06/2023, 7:15 PMkiran1234
03/06/2023, 7:37 PMJoey
03/06/2023, 7:37 PMJoey
03/06/2023, 7:38 PMDonning the Sage of Asparagus
03/06/2023, 7:56 PMJoey
03/06/2023, 7:58 PMJoey
03/06/2023, 7:58 PMJoey
03/06/2023, 7:59 PMDonning the Sage of Asparagus
03/06/2023, 8:00 PMJoey
03/06/2023, 8:07 PMDonning the Sage of Asparagus
03/06/2023, 8:13 PM