Discussion - rename ViewHolder classes to GroupieViewHolder #287
Labels
Comments
|
My typealias was also called |
|
Upvote for |
|
@DarrenAtherton49 Its a more minor annoyance but the fact they all share a class name makes it less clear which one is used and can lead to errors/frustrations when importing. If you use the main library + either the databinding or kotlin extension one then you end up with 2 things named the same way. |
ValCanBuild
added a commit
that referenced
this issue
Sep 23, 2019
|
PR created #293 |
ValCanBuild
added a commit
that referenced
this issue
Sep 24, 2019
|
Now deployed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to start making more quality of life improvements in the library. One thing that I find annoying as a user is the fact that the Groupie
ViewHolderclass shares a name with the actual platform one.My proposal is to rename it
GroupieViewHolder. Ideally I'd also like to rename thedatabindingandkotlin-android-extensionsversions to something else as well but I don't have any great name ideas. Would anyone have any suggestions?Please comment here with your thoughts on this.
The text was updated successfully, but these errors were encountered: