@xgouchet About me… Xavier F. Gouchet Android developer since the Cupcake years Lead Android Engineer at WorkWell @xgouchet on every social network you can think of… 2
@xgouchet Type Checking ▧ Limit Primitive Scope ▧ Validate data data class Url(val value: String) { init { val parsedUrl = URL(value) } } data class Event( … val picture: Url } 10