The Wayback Machine - https://web.archive.org/web/20211215151817/https://github.com/novoda/no-player/issues/49
You can’t perform that action at this time.
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.
Problem
We have quite a few models and we have to generate the hashcode, equals and toString whenever we decide to update them.
Potential Solution
Introduce
Auto-Valueto have our model classes auto-generated with hashcode, equals and toString whenever we perform a build.Impact
Less maintenance when adding a new field to a model.
The text was updated successfully, but these errors were encountered: