Closed
Description
We used to have this method but it was removed in favor of !
. I still much prefer to write is_not_foo
because it reads (and writes) so much better than the prefix bang (no backtracking to figure out what was negated), and checking for non-empty vectors is quite common. Similarly I use is_not_null
very frequently.
Is this a pattern we collectively approve of or not?
Metadata
Metadata
Assignees
Labels
No labels