Skip to content

Instantly share code, notes, and snippets.

@sizovs
Last active August 29, 2015 14:03
Show Gist options
  • Save sizovs/4e94c52a1cc605ef6c8f to your computer and use it in GitHub Desktop.
Save sizovs/4e94c52a1cc605ef6c8f to your computer and use it in GitHub Desktop.
doStuff
void doStuff() {
if (newImplementation.isToggled()) {
doStuffInANewWay();
} else {
// DROP [new_do_stuff_toggled]
doStuffInAnOldWay();
}
}
// DROP [marketing_campaign_finished]
void sendMarketingCampaign() {
sendSpamToAllCustomers();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment