gotta catch 'em all
# random
c
gotta catch 'em all
๐Ÿ˜‚ 11
๐Ÿ˜ 7
We were laughing at Java's
public static void
h
Do you also need reified? ๐Ÿ˜‚
๐Ÿ˜† 1
p
Needs more context too
t
Everytime I write
internal external fun
it throws me off
same 4
j
so many ways to have
fun
๐Ÿ˜
๐Ÿ’ฏ 2
๐Ÿ˜ 1
d
Well, at least it's not forced to write like Java does with
public static void
a
@Dumitru Preguza what do you mean?
d
Well I was about to sleep, probably thought about something else, I wanted to mention that java has a lot of places with
public static void
but in Kotlin there are other mechanisms to achieve the same use case, public is by default it can be omitted, there is no static - instead you have companions and high level functions, and sometimes the type of the function can be omitted as well if you use the short declaration via equal