rspec/rules/S1541/rpg/rule.adoc

4 lines
188 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
The cyclomatic complexity of subroutines should not exceed a defined threshold.
2021-02-02 15:02:10 +01:00
2020-06-30 12:47:33 +02:00
Complex code can perform poorly and will in any case be difficult to understand and therefore to maintain.