12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
![]() |
include::../description.adoc[]
|
||
|
|
||
|
== Noncompliant Code Example
|
||
|
|
||
|
----
|
||
|
function divide(numerator, denominator) {
|
||
|
return numerator / denominator; // FIXME denominator value might be 0
|
||
|
}
|
||
|
----
|
||
|
|
||
|
include::../see.adoc[]
|