Created
May 18, 2019 21:03
-
-
Save powerc9000/1ec7ef2556188aa1c87f243ebb34c388 to your computer and use it in GitHub Desktop.
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
//Some feature | |
if(isEnabled("some_feature")){ | |
//Do the feature | |
} else { | |
//The feature isn't ready! | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment