electricjones / data-manager

Simple data manager for nested data and dot notation access, plus optional extras
MIT License
12 stars 2 forks source link

Handle Trait dependency #12

Closed electricjones closed 9 years ago

electricjones commented 9 years ago

Right now CollectionsTrait and ChainsNestedItemsTrait depend on ManagesItemsTrait. They should not extend that trait. What is the best way to handle trait dependencies?

electricjones commented 9 years ago

This turned out to be more trouble that its worth