6 min read 0 Kotlin Programming D’oh!! There is no copy method for Sealed Classes in Kotlin! Ivan Morgillo November 19, 2020 A few weeks ago we looked at one of my pain points of working with Kotlin Data Classes: nested copy…
5 min read 0 Kotlin Programming How to fix the pain of modifying Kotlin nested data classes Ivan Morgillo October 28, 2020 When Kotlin arrived a few years ago one of the selling points was immutability: In object-oriented and functional programming, an immutable object (unchangeable object) is an object whose state…