Scope Functions: Closing Remarks & Exercises

How scope functions solve readability problems, not coding problems, how their usage is not standardized, how to use them properly and a whole range of exercises to really get them down.

Gabriel Shanahan
The Kotlin Primer

--

— — — — — — — — — — — — — — —

THE CURRENT VERSION OF THIS ARTICLE IS PUBLISHED HERE.

— — — — — — — — — — — — — — —

Tags: #FUNDAMENTAL CONCEPT #EXERCISE

This article is part of the Kotlin Primer, an opinionated guide to the Kotlin language, which is indented to help facilitate Kotlin adoption inside Java-centric organizations. It was originally written as an organizational learning resource for Etnetera a.s. and I would like to express my sincere gratitude for their support.

It is recommended to read the Introduction before moving on. Check out the Table of Contents for all articles.

I hope this excursion into some of the most important functions from the Kotlin standard library has opened a new door in the way you think about designing code. One of the things that makes Kotlin unique is that it contains features solely for the benefit of

--

--