Unleash-2.java
· 105 B · Java
Eredeti
if (unleash.isEnabled("AwesomeFeature")) {
// do new, flashy thing
} else {
// do old, boring stuff
}
1 | if (unleash.isEnabled("AwesomeFeature")) { |
2 | // do new, flashy thing |
3 | } else { |
4 | // do old, boring stuff |
5 | } |