rspec/rules/S1300/cobol/rule.adoc

24 lines
663 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::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::message.adoc[]
include::parameters.adoc[]
'''
== Comments And Links
(visible only on this page)
include::comments-and-links.adoc[]
endif::env-github,rspecator-view[]