There's a lot of slight differentiation on how the models/collections are initialised. These differences seem trivial and in fact having the base Model & Collection host a meged initialize method would benefit all children.
On a side note, both the base Model & Collection share a lot of logic - in the longrun might want to merge the two into one base object...
There's a lot of slight differentiation on how the models/collections are initialised. These differences seem trivial and in fact having the base Model & Collection host a meged
initializemethod would benefit all children.On a side note, both the base Model & Collection share a lot of logic - in the longrun might want to merge the two into one base object...