Guys, I have a strong concern about using data cla...
# random
k
Guys, I have a strong concern about using data classes everywhere. If an object is mutable, you get unstable hashCode which can break HashMap. Only immutable classes are ok to become data classes. What are your thoughts?