baleen icon indicating copy to clipboard operation
baleen copied to clipboard

Remove DataDescription name method

Open HawaiianSpork opened this issue 3 years ago • 0 comments

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 becomes val name
  • Remove name() method from BaleenType. Potentially create a NamedDataDescription.

These are both breaking change.

HawaiianSpork avatar Jun 12 '21 20:06 HawaiianSpork