MetaCredo.Check.Refactor.UnlessWithElse (MetaCredo v0.1.0)

View Source

Detects unless ... else constructs. unless with an else branch is confusing -- use if with swapped branches instead.

Category: Refactoring Opportunity / Priority: normal