6 lines
274 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
When only the condition expression is defined in a <code>for</code> loop, and the initialization and increment expressions are missing, a <code>while</code> loop should be used instead to increase readability.
include::../noncompliant.adoc[]
include::../compliant.adoc[]