Skip to content

Instantly share code, notes, and snippets.

@koningskristof
Last active June 13, 2019 08:57
Show Gist options
  • Save koningskristof/2c93b30192a6e5055b8d061488f99fa1 to your computer and use it in GitHub Desktop.
Save koningskristof/2c93b30192a6e5055b8d061488f99fa1 to your computer and use it in GitHub Desktop.
if(featureToggleService.isFeatureEnabled(‘FEATURE_NAME’)) {
doNewCode;
} else {
doOldCode;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment