All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Do not put a space between method name and left parenthesis, it makes the code ambiguous to read.
puts (x + y)
puts(x + y)