Join Slack
Powered by
Not much of a saving over `if/else` though: ``` r...
# announcements
m
mbuhot
02/13/2017, 10:35 PM
Not much of a saving over
if/else
though:
Copy code
result = if (config.enableSomeFeature()) { someAction() } else { null }
Open in Slack
Previous
Next