Hi. Can anyone explain me one thing? In kotlin’s i...
# codingconventions
g
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?