Kotlin truly shines when it comes to avoiding excessive bureaucracy of classical Type-Driven approaches to optionality.
Let’s see how does its native approach to null-safety compare to java.util.Optional.
Leave a CommentJava, JVM, and Modern Software Delivery
Kotlin truly shines when it comes to avoiding excessive bureaucracy of classical Type-Driven approaches to optionality.
Let’s see how does its native approach to null-safety compare to java.util.Optional.
Leave a CommentKotlin takes Type-Inference to the next level (at least in comparison to Java), which is great, but there’re scenarios, in which it can backfire.
2 CommentsIn this article, we continue where we left off and focus solely on error detection for Hamming codes.
3 Comments