Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Java's Crypt

Name: Anonymous 2012-09-21 12:24

Javascript is surprisingly quirky for such a hyped language.  Even Python has less quirks.

Name: Anonymous 2012-09-24 6:52

>>23
Semicolons ... Go

HAHAHA

One caveat. You should never put the opening brace of a
control structure (if, for, switch, or select) on the next
line. If you do, a semicolon will be inserted before the
brace, which could cause unwanted effects. Write them like this

if i < f() {
    g()
}

not like this

if i < f()  // wrong!
{           // wrong!
    g()
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List