While researching why so many people like Python, I found and article which showed how much more readable Python code is compared to Java code. I was curious how well Kotlin does that job.
Tag: Kotlin
This article demonstrates how at least some uses cases for an object spread operator can be implemented with Kotlin.