Closed jackfirth closed 2 years ago
This code:
(when (not condition) body ...)
Should be refactored to this code:
(unless condition body ...)
And vice-versa for negated unless to when.
unless
when
Closed in e4a20c9b2c98f19c294b65e2c798f3ccdb69f3e3.
This code:
Should be refactored to this code:
And vice-versa for negated
unless
towhen
.