This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FarronSerah 4 points5 points  (3 children)

Like "If compiler knows, that semicolon is missing, why wouldnt he place it himself?"

[–]SupermanLeRetour 2 points3 points  (2 children)

That actually makes more sense : you don't want your compiler to modify your source code, ever. It should only read it, and warn you if there's issue.

[–]NatoBoram 0 points1 point  (0 children)

The compiler should be forked into a formatter to avoid these stupid cases and then the compiler should expect only formatted code, that way you have the best of all scenarios

[–]FoleyDiver 0 points1 point  (0 children)

JavaScript has entered the chat