Understand "by" Delegated Properties in Kotlin
When I first learned Kotlin, the by operator is an alien to me. What the hell is that? In this article, I'm going to provide a simple example to show the reasons why we want to use this by operator.
Custom Property get() and set()
Let's say I want to...
vtsen.hashnode.dev4 min read