...
This noncompliant code example segrates segregates arithmetic and bitwise operators by variables. The x
variable participates only in bitwise operations, and y
participates only in arithmetic operations.
...
In this noncompliant code example, the programmer wishes to devide divide x
by 4. Hence, the programmer attempts to optimize performance by using a right shift operation, rather than a division operation.
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ea05519cd26ea37f-4b38df98-4aa54fab-b5e3a8a3-dec63470adb47824b79ef170"><ac:plain-text-body><![CDATA[ | [[Steele 1977 | AA. Bibliography#Steele 1977]] | ]]></ac:plain-text-body></ac:structured-macro> |
...