haleyhousellc / arboriculture

A simple tree library written in TypeScript.
https://haleyhousellc.github.io/arboriculture
ISC License
2 stars 0 forks source link

Encourage more reuse of parent component members #6

Closed haleyga closed 6 years ago

haleyga commented 7 years ago

Even thought the project is still small with only a handful of trees, there is already duplication of parent functionality in inherited classes.

haleyga commented 6 years ago

In light of other developments on this project, perhaps classical, inheritance-based, reuse is not the direction to take. Prefer composition of components.