13 lines
402 B
Plaintext
Raw Normal View History

2021-01-27 13:42:22 +01:00
When only the condition expression is defined in a ``++for++`` loop, and the initialization and increment expressions are missing, a ``++while++`` loop should be used instead to increase readability.
2020-06-30 12:47:33 +02:00
include::../noncompliant.adoc[]
include::../compliant.adoc[]
ifdef::rspecator-view[]
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::rspecator-view[]