Skip to content

CAT 046

unurgunite edited this page Jul 11, 2026 · 3 revisions

CAT-046 — reverse.reverse no-op

Field Value
Severity hint
Confidence high
Auto-fix

reverse.reverse no-op — Calling reverse twice in a row produces the original array. Remove the redundant calls.

Bad code

ary.reverse.reverse

Clone this wiki locally