rspec/rules/S1227/description.adoc

4 lines
155 B
Plaintext
Raw Normal View History

2021-01-27 13:42:22 +01:00
``++break;++`` is an unstructured control flow statement which makes code harder to read.
2021-02-02 15:02:10 +01:00
2020-06-30 12:47:33 +02:00
Ideally, every loop should have a single termination condition.