Join Slack
Powered by
I (and I believe several others) consider `foo?.le...
# getting-started
p
paulblessing
02/16/2018, 2:29 PM
I (and I believe several others) consider
foo?.let { things() } ?: otherThings()
a pattern that should not be used. If
things()
returns null, then
otherThings()
will still be executed.
➕ 1
3
Views
Open in Slack
Previous
Next