Skip to content

Instantly share code, notes, and snippets.

@up1
Created November 8, 2014 00:11
Show Gist options
  • Save up1/975994200499d755ef23 to your computer and use it in GitHub Desktop.
Save up1/975994200499d755ef23 to your computer and use it in GitHub Desktop.
Demo :: Code review
private void some() {
if (c1()) {
f1();
} else {
f2();
}
if (c2()) {
f3();
} else {
f4();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment