S1541 — Functions, procedures and properties should not be too complex

Language
VB.NET
Type
Code smell
Severity
Critical
Tags
brain-overload

Why is this an issue?

The cyclomatic complexity of a function, procedure or property should not exceed a defined threshold. Complex code can perform poorly and will in any case be difficult to understand and therefore to maintain.

↑ Back to top