Michael Pohl
04/15/2020, 7:33 AM.not() postfix over the prefix ! for a "is not" check, when not?
I can't finda good guideline, and for me personally, the prefixed ! reads easier, but that might just because I'm used to it. Also it's related to != which I wouldn't want to repace with (a == b).not()...Ellen Spertus
04/22/2020, 9:08 PMnot() in a chain, although I haven’t done it.Ellen Spertus
04/22/2020, 9:09 PM