<https://blog.frankel.ch/imperative-functional-pro...
# feed
e
you have
val a = map.get("A") :? throw RuntimeException("Cannot happen")
instead of
val a = map.get("A") ?: throw RuntimeException("Cannot happen")
in a few places.
n
thanks 😞
e
it happens. the rest is great. 😉
n
thanks
fixed, thanks again for your feedback
👍🏻 1