Skip to content

Instantly share code, notes, and snippets.

@OneSadCookie
Created December 5, 2014 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OneSadCookie/6ca9b1de63194e04ab82 to your computer and use it in GitHub Desktop.
Save OneSadCookie/6ca9b1de63194e04ab82 to your computer and use it in GitHub Desktop.
proper case formatting
switch (condition)
{
case constant:
{
// code
}
break;
case simply:
// code
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment