Skip to content

Instantly share code, notes, and snippets.

@agoodman
Created May 9, 2011 02:02
Show Gist options
  • Save agoodman/961917 to your computer and use it in GitHub Desktop.
Save agoodman/961917 to your computer and use it in GitHub Desktop.
Real world example of "new guy" fail
// if you don't know why this doesn't compile, find another job
int tBrains = 9;
if( tBrains<10 ) {
int tZombies = 1;
}
tZombies += tBrains;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment