Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 251 Bytes

max-control-nesting.md

File metadata and controls

11 lines (6 loc) · 251 Bytes

Pattern: Too much control nesting

Issue: -

Description

Warns if nesting level of control structures (if-then-else, for, switch) exceeds a given maximum.

Further Reading