Skip to content

Instantly share code, notes, and snippets.

@berzniz
Created December 3, 2011 23:23
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 berzniz/1428484 to your computer and use it in GitHub Desktop.
Save berzniz/1428484 to your computer and use it in GitHub Desktop.
- (void)rulesAreForDouches {
if (!goodStuff) {
return;
}
if (badStuff) {
return;
}
[self doGood];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment