1 min readOct 22, 2017
--
Great article. One thing for #7
though, It would be simpler (and more beautiful!) to use ?.let{}
instead of manually converting it to val, since that is exactly what let
does.
--
Great article. One thing for #7
though, It would be simpler (and more beautiful!) to use ?.let{}
instead of manually converting it to val, since that is exactly what let
does.