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

[DAL] Redo hybrids #2269

Open
JeffreyDevloo opened this issue Mar 1, 2019 · 0 comments
Open

[DAL] Redo hybrids #2269

JeffreyDevloo opened this issue Mar 1, 2019 · 0 comments
Assignees

Comments

@JeffreyDevloo
Copy link
Contributor

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.

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

No branches or pull requests

1 participant