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

Rework models to follow Protocol Oriented Programming paradigm #71

Closed
damien-rivet opened this issue Feb 13, 2018 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@damien-rivet
Copy link
Owner

Short description

To improve maintainability & cleanliness, the models needs to be reworked in a Protocol Oriented Programming way.

Implementation

Most of the classes inherits from BaseObject class or Identifiable protocol which is kind of messy. All the classes should adopt protocols instead of inheriting other classes.

@damien-rivet damien-rivet added this to the Version 0.3.0 milestone Feb 13, 2018
@damien-rivet damien-rivet self-assigned this Feb 13, 2018
@damien-rivet
Copy link
Owner Author

Implemented by #72.

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

No branches or pull requests

1 participant