Is there a cleaner way for me to write this? ``` ...
# getting-started
s
Is there a cleaner way for me to write this?
Copy code
foo?.let { return doStuff(foo, bar, baz) }
    return false