Emran Khandaker Evanblog.evanemran.info·Dec 27, 2023Lateinit and Lazy in Kotlin: A Guide to Optimal Property InitializationIn the Kotlin realm, delayed property initialization is a common practice. Two keywords, lateinit and lazy, offer distinct approaches to achieve this. Understanding their nuances is crucial for crafting efficient and resilient code. Let's dive into t...202 readsKotlinKotlin