<@U0DHVHB5W> looks interesting, but I've made `isL...
# codingconventions
m
@aballano looks interesting, but I've made
isLeft
and
isRight
properties:
Copy code
if (myEither.isLeft) {
...
} else {

}
So, it takes two classes (Either and its Companion) instead of four (sealed class Either, its Companion, Left, and Right).