תגובות אחרונות

everyone
These generic motivational quotes are tiresome. People have been talking for centuries about the power …

Jabari Jerome-Jones
I think this is solid.

Sam L
This wasn't really that hard dude

Jabari Jerome-Jones
This quote really sucks, I have no idea what possessed me to write this years …

Isaac Asimov
But it's never "me" or "my like" of course :)

עוד

kalmyk's ציטוטים

הכול ציטוטים

Dmitry Jemerov
Do you remember how children memorize the colors of the rainbow? "Richard Of York Gave Battle In Vain!" Imagine you need a function that gives you a mnemonic for each color (and you don't want to store this information in the enum itself). In Java you can use a switch statement for this. The corresponding Kotlin construct will be when. Like if, when is an expression that returns a value, so you can write a function with an expression body, returning the when expression directly.