haleyhousellc / arboriculture

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

Consider removing 'newable' objects from the public API #12

Closed haleyga closed 6 years ago

haleyga commented 6 years ago

Since ES6 is so new, and not widely distributed, I'm going to refactor the requirement to 'new-up' objects and prefer plain old javascript factory functions.

haleyga commented 6 years ago

Using 'new' feels weird in JavaScript anyway.

haleyga commented 6 years ago

Breaking changes will be included in the branch that addresses this issue.