1 / 2
I don't know much about kotlin, so I looked up `when` and I'd use it for most things, too. I use `if` in the very specific case of a boolean expression I can't pattern match. A single if/else.
0 likes 2 replies
?
I don't know much about kotlin, so I looked up `when` and I'd use it for most things, too. I use `if` in the very specific case of a boolean expression I can't pattern match. A single if/else.
0 likes 2 replies