Skip to content

Instantly share code, notes, and snippets.

@powerc9000
Created May 18, 2019 21:03
Show Gist options
  • Save powerc9000/1ec7ef2556188aa1c87f243ebb34c388 to your computer and use it in GitHub Desktop.
Save powerc9000/1ec7ef2556188aa1c87f243ebb34c388 to your computer and use it in GitHub Desktop.
//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