Created
March 27, 2016 23:41
-
-
Save elgeish/8bbda83f0794711921c6 to your computer and use it in GitHub Desktop.
IsItAlwaysGoingToBeTheSameCheck?
This file contains hidden or 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
if (isItAlwaysGoingToBeTheSameCheck || isItReallyThough) { | |
doSomething(); | |
... | |
} else { // !isItAlwaysGoingToBeTheSameCheck | |
doSomethingElse(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment