Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 131 Bytes

simplifiable-if-expression.md

File metadata and controls

7 lines (4 loc) · 131 Bytes

Pattern: Use of verbose if expression

Issue: -

Description

Used when an if expression can be replaced with bool(test).