The Scope of Kotlin: How to use the Kotlin scope operators correctly
The Kotlin standard library comes with some of the inbuilt scope functions which can be used to execute a block of code within the context of a receiving object. But often times it's a little confusing to select a specific one since they all have a l...
bawender.hashnode.dev11 min read