Y
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
technomancy
5185 days ago
The justification is to be idiomatic and match the bulk of existing code.
link
MatthewPhillips
5185 days ago
Why is a justification needed?
link