Skip to content

Instantly share code, notes, and snippets.

@up1
Created March 21, 2016 16:16
Show Gist options
  • Select an option

  • Save up1/4ce525243bc90c1ba6d1 to your computer and use it in GitHub Desktop.

Select an option

Save up1/4ce525243bc90c1ba6d1 to your computer and use it in GitHub Desktop.
Coding Standard
//Choice A
function hello() {
//TODO
}
//Choice B
function hello()
{
//TODO
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment