Skip to content

CAT 041

unurgunite edited this page Jul 11, 2026 · 3 revisions

CAT-041 — Parsing to constant

Field Value
Severity hint
Confidence low
Auto-fix

Parsing to constant — Parsing known constant values at runtime is wasteful. Use compile-time constants instead.

Bad code

offset = "1024".to_i

Clone this wiki locally