rspec/rules/S1439/description.adoc

2 lines
256 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
Any statement or block of statements can be identified by a label, but those labels should be used only on <code>while</code>, <code>do-while</code> and <code>for</code> statements. Using labels in any other context leads to unstructured, confusing code.