cobbdb / harmony

Simplify your DFP business logic.
MIT License
25 stars 5 forks source link

Remove BaseClass library #52

Closed cobbdb closed 8 years ago

cobbdb commented 8 years ago

Since there really is no inheritance happening here, using BaseClass is a tad overkill. Only the object merge feature is being used for Eventable and this can be replicated very simply as a utility.

May see a slight performance bump from this as well.

cobbdb commented 8 years ago

Resolved in #54