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

do we want to factor more common bits out of the core mop classes? #96

Open
doy opened this issue Oct 2, 2013 · 1 comment
Open

do we want to factor more common bits out of the core mop classes? #96

doy opened this issue Oct 2, 2013 · 1 comment
Labels

Comments

@doy
Copy link
Collaborator

doy commented Oct 2, 2013

This is slightly related to #95. There are a lot more things that metaclasses have in common than just the fire/bind stuff - class, role, attribute, and method all have name, class and role have version and authority, attribute and method have original_id and associated_meta, etc. It seems like a lot of this could be factored out into roles, to remove a lot of duplication.

@stevan
Copy link
Owner

stevan commented Oct 2, 2013

Yes, this makes sense, however we need to be careful about how much work we are adding to the bootstrap, it could cause performance issues.

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

2 participants