Created
November 8, 2014 00:11
-
-
Save up1/975994200499d755ef23 to your computer and use it in GitHub Desktop.
Demo :: Code review
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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