|
|
|
|
|
by stkdump
718 days ago
|
|
What confuses me is languages that can split statements over multiple lines as long as certain conditions are met (such as the break occours inside braces). I rather have a semicolon at the end of the statement to make it more explicit. |
|
Plus I don't think I've ever seen a case where semicolons made the code harder to read (or write).