13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
include::../description.adoc[]
|
|
|
|
include::../noncompliant.adoc[]
|
|
|
|
== Exceptions
|
|
|
|
When a block contains a comment, this block is not considered to be empty.
|
|
``++while++`` and unless loops are also exception to the rule.
|
|
|
|
----
|
|
while (order.processNext()); // Compliant
|
|
----
|