Tagged Questions
20
votes
7answers
1k views
Why use semicolon?
Are there any reasons, apart from subjective visual perception and cases where you have multiple statements on the same line, to use semicolon at the end of statements in Javascript?
It looks like ...
10
votes
9answers
882 views
Why is it bad to put a space before a semicolon?
The perlstyle pod states
No space before the semicolon
and I can see no reason for that. I know that in english there should not be any space before characters made of 2 parts ( like ...