calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

Event should extend entity and use the type field. #151

Closed cjnolet closed 9 years ago

eawagner commented 9 years ago

Should we just make the BaseTupleStore (BaseAttributeStore) an Entity then, or are there still usecases for having that top level object anymore.

cjnolet commented 9 years ago

Hmm. I feel like there's still an abstraction layer there, even if not directly used- it's still something that provides a robust and extensive API for future projects and users. That's just my opinion though.