-
Notifications
You must be signed in to change notification settings - Fork 0
CAT 037
unurgunite edited this page Jul 11, 2026
·
3 revisions
Severity:
info• Confidence:high• Auto-fix: ❌
Logging with block form — Pass a block to logging methods instead of pre-computing strings to avoid allocation when log level is not active.
logger.info("Processing #{id}: #{result}")Note
See bench results at bench/cat-037/