1 min readJul 18, 2019
Nulls are considered bad because Java’s type-system and the the type-system of many other languages (like C++) is flawed with respect to null. That’s why modern languages fix it.
Nulls are considered bad because Java’s type-system and the the type-system of many other languages (like C++) is flawed with respect to null. That’s why modern languages fix it.
Project Lead for the Kotlin Programming Language @JetBrains