18 lines
182 B
Plaintext
18 lines
182 B
Plaintext
![]() |
include::../description.adoc[]
|
||
|
|
||
|
== Noncompliant Code Example
|
||
|
|
||
|
----
|
||
|
if true {
|
||
|
doSomething()
|
||
|
}
|
||
|
|
||
|
if false {
|
||
|
doSomething()
|
||
|
}
|
||
|
----
|
||
|
|
||
|
include::../compliant.adoc[]
|
||
|
|
||
|
include::../see.adoc[]
|