by ptrik on 3/30/22, 2:30 AM with 24 comments
by jicea on 3/30/22, 4:50 AM
With Java 17, the gap is narrowing between Kotlin and Java. Kotlin has still unique features that I love (extension methods for instance), but the big one is nullability. You can use @Nullable/@NotNull annotations in Java but I largely prefer having nullability backed in types with Kotlin. Some people say nullability is not a problem: with 30 developers of various quality, I can ensure it is a problem. I don’t see Java addressing nullability in a better way in the near future, so I’m going to stick with Kotlin.
by scubbo on 3/30/22, 4:28 AM
by ibiza on 3/30/22, 4:06 AM
by fulafel on 3/30/22, 4:15 AM
by oaiey on 3/30/22, 4:45 AM
by phobus on 3/30/22, 4:50 AM