Skip to content

Files

Latest commit

 

History

History
12 lines (7 loc) · 326 Bytes

superfluous-else.md

File metadata and controls

12 lines (7 loc) · 326 Bytes

Pattern: Redundant else

Issue: -

Description

To improve the readability of code, it is recommended to reduce the indentation as much as possible. This rule highlights redundant else-blocks that can be eliminated from the code.

Further Reading