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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: