mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

811
active users

#string

1 post1 participant0 posts today

"Small" things I highly appreciate about Kotlin coming from Java - Chapter 3

𝐃𝐞𝐟𝐚𝐮𝐥𝐭 & 𝐍𝐚𝐦𝐞𝐝 𝐀𝐫𝐠𝐮𝐦𝐞𝐧𝐭𝐬

kotlinlang.org/docs/functions.

Cleaner, more flexible syntax. No more explosion of method/constructor overloads. No more Builders for every class or record. No more abusing Maps for passing optional parameters around.

#Kotlin#Java#JVM