You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Record is Java's inconvenience data class, so it's a great fit for IndexedData for holding and passing data.
It's also nice not to have to define getters or methods like hashcode and equals, especially if it changes.
The text was updated successfully, but these errors were encountered:
Thank you for getting in touch.
While records are a great enhancement, simply switching class to record, especially for public API, breaks, as you probably noticed when creating the PR, existing contracts.
Therefore I'll close this issue.
Record is Java's inconvenience data class, so it's a great fit for
IndexedData
for holding and passing data.It's also nice not to have to define
getters
or methods likehashcode
andequals
, especially if it changes.The text was updated successfully, but these errors were encountered: