5 ms·
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
by rtomayko 14y 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?
- deleted 14y ago[deleted]
- MatthewPhillips 14y agoWhy is a justification needed?
- technomancy 14y agoThe justification is to be idiomatic and match the bulk of existing code.