rspec/rules/S907/description.adoc

2 lines
243 B
Plaintext
Raw Permalink Normal View History

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