<@U0U2Z9JA2>: well, in your Swift example, it seem...
# android
k
@george.m: well, in your Swift example, it seems to me that you probably dont care the result of
map
so that
if let sth = soundMap[id]
is a better choice in Swift. So comparing
if let
(Swift) vs
let
(Kotlin) might make your colleague happy at that point.
👍 1