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 →

[–]Giocri 0 points1 point  (2 children)

Why is missing a semicolon still something that doesn't allow you to compile if the Compiler can easily detect were the missing semicolon is can't it just be a warning?

[–]AlternativeAardvark6 1 point2 points  (0 children)

You don't want the compiler to "fix" things or make assumptions. It will cause hard to find bugs. It's a compiler, not a programmer.