https://kotlinlang.org logo
#feed
Title
# feed
h

hallvard

02/11/2019, 7:17 AM
Nice! The null-safety was my prime reason for going into kotlin, and although lots of other things are reason enough for e.g. switching from java (like mpps with serialization, coroutines, inline classes, ...) this is still one of its finest assets!
c

cedric

02/11/2019, 7:12 PM
@elizarov I’ve been saying, and will keep saying for years, that
null
is not the billion dollar mistake: type systems that don’t support nullability are.
👍 2
4 Views