p5-mop-redux icon indicating copy to clipboard operation
p5-mop-redux copied to clipboard

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

Open doy opened this issue 11 years ago • 1 comments

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.

doy avatar Oct 02 '13 00:10 doy

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.

stevan avatar Oct 02 '13 01:10 stevan