Tag: programming-tips
All the articles with the tag "programming-tips".
Tag:programming-tips
-
Kotlin Exception Handling: Why Singleton Exceptions are a bad idea
Understand why using singleton exceptions in Kotlin can be a bad practice and how it affects stack traces and debugging in your applications.
-
Don't let Kotlin's single-expression function ruin your business😲
Understand why relying on Kotlin's automatic type inference in single-expression functions can lead to subtle bugs and business logic failures.
-
👨🍳 Cooking Tasty code in Kotlin 🍴 — Part 2
Part 2 of 'Cooking Tasty Code'. Dive deeper into Kotlin features like delegation, operator overloading, and more to enhance your coding style.