Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save koningskristof/43e6aef1d9a8f80ceed45d58c6844cbf to your computer and use it in GitHub Desktop.
Save koningskristof/43e6aef1d9a8f80ceed45d58c6844cbf to your computer and use it in GitHub Desktop.
year refactoring - example 1
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