Join Slack
Powered by
Hi. Can anyone explain me one thing? In kotlin’s i...
# codingconventions
g
genovich
02/07/2019, 1:02 PM
Hi. Can anyone explain me one thing? In kotlin’s idioms (
http://kotlinlang.org/docs/reference/idioms.html#execute-if-not-null
) there is example about execute some block of code when value is not null. Should i use
let
for any execute-if-not-null case or choose proper function for every case?
Open in Slack
Previous
Next