Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created April 28, 2010 17:19
Show Gist options
  • Save StanAngeloff/382409 to your computer and use it in GitHub Desktop.
Save StanAngeloff/382409 to your computer and use it in GitHub Desktop.
if (!(cond)) {
expression;
}
vs.
if ( ! (cond)) {
expression;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment