Hacker News new | ask | show | jobs
by rtomayko 5185 days ago
Do you use semicolons in Ruby, Python, shell, or other semicolon-less language where semicolons are allowed? If not, what's your justification for omitting them?
2 comments

The justification is to be idiomatic and match the bulk of existing code.
Why is a justification needed?