Skip to content

Files

Latest commit

 

History

History
14 lines (8 loc) · 432 Bytes

indent-error-flow.md

File metadata and controls

14 lines (8 loc) · 432 Bytes

Pattern: Redundant else block

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.

More information here.

Further Reading