rspec/rules/S137/rule.adoc
2022-01-25 17:36:46 +00:00

21 lines
501 B
Plaintext

Switch statements should be easy to read and to understand. Writing too many lines of
code in case clauses quickly makes it harder to get the overall behaviour of a switch
statement.
When the number of lines a exceeds specific number, the best option is to extract the
corresponding code into a new function with a meaningful name.
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)
include::comments-and-links.adoc[]
endif::env-github,rspecator-view[]