Closed perrygoy closed 2 years ago
Without aliases for IsCloseTo and HasLength which make grammatical sense when paired with IsNot, we wind up with DoesNot(HasLength(...)) and IsNot(IsCloseTo(...))!
IsCloseTo
HasLength
IsNot
DoesNot(HasLength(...))
IsNot(IsCloseTo(...))
Please add aliases to make these smoother.
Without aliases for
IsCloseTo
andHasLength
which make grammatical sense when paired withIsNot
, we wind up withDoesNot(HasLength(...))
andIsNot(IsCloseTo(...))
!Please add aliases to make these smoother.