Use Kotlin Idioms

1 · Vladas Maier · June 21, 2023, 7:47 p.m.
Official Kotlin documentation provides a variaty of idioms. Kotlin idioms are powerful techniques that allow developers to write clean, consice and expressive code. These idioms help eliminate boilerplate code, simplify common tasks and leverage the full potential of the Kotlin language. In this blog post I will show you a selected range of Kotlin idioms (I use myself) and provide examples of “Dos and Don’ts” to cause the Aha! moment especially if you are Java Developer like me who is looking at...