30
DevRage
5y

Pooh memes are the craze now

Comments
  • 3
    Not in Kotlin though.
    return if (condition) A else B
    The only thing I hate about Kotlin.
  • 0
    if (condition) {
    return A
    }
    return B
  • 0
    @GodlikeBlock I raise with:

    if (condition)

    return A;

    return B;
Add Comment