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
Is your feature request related to a problem? Please describe.
Make get_savings() of the Command class so there will be no need to implement an own version of it
Describe the solution you'd like
When CommandsRegister calls get_savings() of all commands and let the developer handle it, it would be nicer and more developer-friendly handle it in the library
Describe alternatives you've considered
The other solution is to let developers do it, but I think doing it in the library is best
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Make
get_savings()
of theCommand
class so there will be no need to implement an own version of itDescribe the solution you'd like
When
CommandsRegister
callsget_savings()
of all commands and let the developer handle it, it would be nicer and more developer-friendly handle it in the libraryDescribe alternatives you've considered
The other solution is to let developers do it, but I think doing it in the library is best
The text was updated successfully, but these errors were encountered: