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
This project was started before I learned about Object-Oriented Programming and Design Patterns, so there's no doubt that the codebase could use some refactoring. It needs to be refactored so that:
Adding a new command should be easier.
Commands should be responsible for their own output, no need to wrap it using a different module (_wrapper.py).
It's easier to activate/deactivate/hide commands.
The text was updated successfully, but these errors were encountered:
This project was started before I learned about Object-Oriented Programming and Design Patterns, so there's no doubt that the codebase could use some refactoring. It needs to be refactored so that:
_wrapper.py
).The text was updated successfully, but these errors were encountered: