Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 177 Bytes

too-many-nested-blocks.md

File metadata and controls

7 lines (4 loc) · 177 Bytes

Pattern: Too many nested blocks

Issue: -

Description

Used when a function or a method has too many nested blocks. This makes the code less understandable and maintainable.