rspec/rules/S3776/why.adoc
2023-06-20 15:00:45 +02:00

5 lines
252 B
Plaintext

== Why is this an issue?
https://www.sonarsource.com/docs/CognitiveComplexity.pdf[Cognitive Complexity] is a measure of how hard the control flow of a function is to understand. Functions with high Cognitive Complexity will be difficult to maintain.