rspec/rules/S1300/cobol/rule.adoc

14 lines
518 B
Plaintext
Raw Normal View History

2021-04-28 16:49:39 +02:00
A section that grows too large tends to aggregate too many responsibilities.
Such sections inevitably become harder to understand and therefore harder to maintain.
Above a specific threshold, it is strongly advised to refactor into smaller sections which focus on well-defined tasks. Those smaller sections will not only be easier to understand, but also probably easier to test.
ifdef::rspecator-view[]
== Comments And Links
(visible only on this page)
include::comments-and-links.adoc[]
endif::rspecator-view[]