-
Notifications
You must be signed in to change notification settings - Fork 723
Rename ResultViewModel2 to ResultViewModel #2240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
At one point there were actually two classes. Now there is only one. Calling it ResultViewModel2 doesn't really make any sense anymore. Using ResultViewModel class name makes it consistent with every other view model class as well.
The reason for keeping the "2" is not only because there was two classes, but because the git history that becomes easier to manage. However given that this has been like this for some time I understand the change. So why is this a draft? |
|
Its only a draft to prevent it conflicting with some of my other open PRs first. |
|
Mostly just #2207 actually as I didn't want to have to rectify a class rename merge conflict in that PR. |
|
@fire-light42 wondering what your thoughts are about refactoring the whole app to use the |
This would majorly fuck up all history, it is totally irrelevant to change it to kotlin. I understand that the 2 may be confusing, but not /java/. |
|
Fair enough for sure. |
At one point there were actually two classes. Now there is only one. Calling it ResultViewModel2 doesn't really make any sense anymore. Using ResultViewModel class name makes it consistent with every other view model class as well.
However, if this is not wanted feel free to close.