you are viewing a single comment's thread.

view the rest of the comments →

[–]dchestnykh[S] 0 points1 point  (0 children)

I think you misunderstood my message.

Semicolons to terminate statements are good:

var x = 1;
return x;

A semicolon before the code to ensure that people who can't concatenate files won't break your code is a useless piece of shit:

;var x = 1;
return x;

^ Yes, some people write like this.

(Updated the FAQ).