Skip to content

Instantly share code, notes, and snippets.

@martindevans
Last active December 15, 2015 01:49
Show Gist options
  • Save martindevans/5182584 to your computer and use it in GitHub Desktop.
Save martindevans/5182584 to your computer and use it in GitHub Desktop.
switch (thingy):
case typeof(foo):
stuff();
break;
case typeof(bar):
stuff2();
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment