especially if data classes are open..
# getting-started
c
especially if data classes are open..
p
data classes can’t be opened
👆 1
so the only time that you have to implements equals/hashCode is when your data class is containing arrays or if you’re having a non data class
IMO