baleen
baleen copied to clipboard
Remove DataDescription name method
Having a public name attribute and a name function is not allowed in languages like Javascript that don't allow for overriding.
There are two options.
- Change BaleenType
name()
method becomesval name
- Remove
name()
method fromBaleenType
. Potentially create aNamedDataDescription.
These are both breaking change.