DEV Community

Discussion on: Why test POJOs?

Collapse
 
atomgomba profile image
Károly Kiripolszky

Thankfully now we have data classes in Kotlin and don't have to bother with nullability annotations or accidental NPE or writing equals()/hashCode() anymore.