Since you would use the data class already anyway,...
# announcements
k
Since you would use the data class already anyway, I don’t see any harm with
Map<DataclassKey, Value>
Mind you, the data class already comes with a very good hashCode out of the box. No need to convert
toString
👍 2