Cognitive Complexity

< 1 min read

Impact area

Scalability

Severity

Medium

Affected element

Apex Class

Rule ID #

SF-COGN-COMPLEX

Impact #

Methods that are highly complex are difficult to read and more costly to maintain. 

Remediation

Avoid structures that allow multiple statements to be readably shorthanded into one. Avoid breaks in the linear flow of the code. Avoid nested flow-breaking structures.

Time to fix #

30 min

References #

This rule is linked to CognitiveComplexity

Updated on March 21, 2025
Was it helpful ?