Skip to content
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

Revise module and class structure #25

Open
penguian opened this issue Apr 13, 2019 · 1 comment
Open

Revise module and class structure #25

penguian opened this issue Apr 13, 2019 · 1 comment

Comments

@penguian
Copy link
Owner

The module and class structure should be revised again with respect to best practices for Python 3.6+. See (e.g.) Fluent Python.

@penguian
Copy link
Owner Author

Examples:

  1. containers.List should inherit from collections.UserList.
  2. The saveable.Saveable mixin class should always be directly inherted by user classes, rather than via another superclass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant