rspec/rules/S909/description.adoc

2 lines
204 B
Plaintext
Raw Normal View History

2021-01-27 13:42:22 +01:00
``++continue++`` is an unstructured control flow statement. It makes code less testable, less readable and less maintainable. Structured control flow statements such as ``++if++`` should be used instead.