I know that some people complain that they see `if...
# random
j
I know that some people complain that they see
if (x == true) { … }
in their code. But in Kotlin if
x
is
Boolean?
it’s neccessary.
y
yeah and I think that's the idiomatic way to do it according to Intellij
👍 1
There was a r/ProgrammingHumor meme about that a while ago and Kotlin came up lol