One of the most annoying aspects in writing code in Java is dealing with null elements. Having to place null check conditions everywhere just to make our code null-safe is something that probably most of us have suffered quite often. Kotlin provides different mechanisms to help solve this problem. Let's go through them first. Non-Nullable... Continue Reading →
Kotlin’s Either: Bye bye Exceptions 👋
In this article we're going to go through one of the most common problems in exception handling in any JVM-language and what alternative can we use to achieve a clearer, cleaner and more maintainable code in terms of error handling. Introduction In these recent few decades where we have seen a boom in the programming... Continue Reading →
An intelligent bet on Kotlin
This article was originally published at https://bell-sw.com/announcements/2020/11/16/An-intelligent-bet-for-Kotlin-part-one/ If you’re a Software Developer or any kind of professional working in the IT sector, you’ve probably heard of Kotlin language. Kotlin language has been gaining a lot of traction and popularity among developers in the industry in the last four years. Among its benefits, its supporters enumerate... Continue Reading →
You must be logged in to post a comment.