rspec/rules/S1311/rule.adoc

5 lines
210 B
Plaintext
Raw Permalink Normal View History

== Why is this an issue?
The cyclomatic complexity of a class should not exceed a defined threshold. Complex code can perform poorly and will in any case be difficult to understand and therefore to maintain.