`
>always write one statement per line as a matter of convention
>still need to put a semicolon at the end of the line
>it's 2012 and everyone has baby duck syndrome about a shitty hack meant to help parsers from the 1960s
Name:
Anonymous2012-07-28 15:08
there are a couple of problems with not using semicolons:
1) the newline character is not the same between operating systems, so you cant count on it to delimit a line statement
2) the semicolon can be useful for breaking up points of execution on a single line so that you have more control of order of evaluation