<@U0ZFBBUBU> I haven't been following this discuss...
# language-proposals
r
@groostav I haven't been following this discussion really... but... yikes on that syntax. Data classes are supposed to be simple. If you want extra logic beyond what they provide, just create a regular class. Or move your validation concern out of the data class by specifying your validations with annotations on the data class properties, and use something like javax.validation to do the validation.
👍 2