i think you misunderstood Yahya’s point: If it imp...
# hamburg
l
i think you misunderstood Yahya’s point: If it improves, than do it. But often it simply doesn’t.
Copy code
var value: Boolean = ...
when(value) {
 true -> …
 false -> …
}
is just BS 🤷