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 DataObject hybrids work by using metaclasses. This means that they are only resolvable when instantiating one as opposed to having a complete definition out of the box.
Having these dynamic classes slows down the overal development process as there is no type hinting by the IDE, requires learning all properties by heart and making it overall a pain the make changes to the DAL.
The DataObject should be made simpler.
The text was updated successfully, but these errors were encountered:
The DataObject hybrids work by using metaclasses. This means that they are only resolvable when instantiating one as opposed to having a complete definition out of the box.
Having these dynamic classes slows down the overal development process as there is no type hinting by the IDE, requires learning all properties by heart and making it overall a pain the make changes to the DAL.
The DataObject should be made simpler.
The text was updated successfully, but these errors were encountered: