Why Kotlin's Better Types Matter a Lot
Kotlin has lots of advantages over Java, but one that I find easily overlooked is their two special classes: data classes and inline classes.
Data classes seem at first just like some minor time save during development, but I believe they can also le...
blog.oscarablinger.dev4 min read
Vincent Tsen
Native Android Kotlin Developer
Thanks for the article. Personally I haven't used inline yet. Probably because I haven't found any real use case.