NPEs absolutely are a problem in Java and Kotlin's...
# announcements
k
NPEs absolutely are a problem in Java and Kotlin's solution is fantastic. Anyone who's ever written any Android code knows that you always go "oh, I didn't realize that could be null...". But platform types undermine the whole thing and make it so I still can't trust any code, unfortunately. My least favorite part of Kotlin