-
Notifications
You must be signed in to change notification settings - Fork 46
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
Split up methods for different item types into different "providers" #56
Comments
I think this is a good idea (if we are not looking at backward compatibility). |
You still haven't explained what this base system is |
To my opinion, it does not make sense since it would only make the code longer you need to write to get done what you want to do. |
|
I like it, my only concern is backward compatibility |
If we were to do this, it would be very clear that the change is hugely breaking |
Right now, the Client has a lot of methods and is kind of polluted.
Maybe we could split these up into sub-providers, where each one deals with items of a certain type.
The text was updated successfully, but these errors were encountered: