is false. I welcome comments on correctness and style.
t
trevjones
02/11/2020, 8:00 PM
IMO: this looks like abuse of the nullability chaining that kotlin provides. It's a cool trick but is usually harder to read, and change than just capturing a few val's and doing a few if/else blocks.
e
Ellen Spertus
02/11/2020, 8:05 PM
Thanks, @trevjones! It will be interesting to see what others say. I do want to write code that is simultaneously maintainable and idiomatic and appreciate the guidance I get here.
👍 1
t
trevjones
02/11/2020, 8:11 PM
would be less nasty if the nested let wasn't there.