rspec/rules/S1693/rule.adoc

3 lines
312 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
Programs that depend on a lot of different subprograms tend to aggregate too many responsibilities, and inevitably become harder to understand and therefore to maintain. Above a specific threshold, it is strongly advised to refactor the program into several smaller programs which focus on well-defined topics.