Clarity · nuanced
CLR-05
Avoid confusing double negatives that make the reader work to parse the meaning. Constructions like 'not irreversible' or 'not uncommon' should be rewritten as direct statements. Natural phrasing like 'can't proceed without' is acceptable when it reads clearly.
Pass example
This action is reversible.
Fail example
This action is not irreversible.