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
The main mucor.py could use a good refactoring. There are a lot of little, specific functions that would be cleaner and more logical as part of the separate class files.
Goals:
move class-specific functions into the respective class files
reduce the number of arguments to (and returned by) these functions
reduce the length and complexity of mucor.py and sub-functions
Bonus:
it would be easier to unit test smaller, self-contained pieces
better suited to take advantage of object oriented programming
The text was updated successfully, but these errors were encountered:
The main mucor.py could use a good refactoring. There are a lot of little, specific functions that would be cleaner and more logical as part of the separate class files.
Goals:
Bonus:
The text was updated successfully, but these errors were encountered: