|
|
|
|
|
by cosmic_cheese
163 days ago
|
|
Broadly speaking, Kotlin deviates from popular conventions more than Swift does. For example, Kotlin expects you to use inline if statements where in Swift, ternary operators work like they do in C, JavaScript, and many other languages. There's also things like Swift's guard statements that can help make intent clearer and read a bit more nicely. |
|