amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
7 stars 8 forks source link

Consider sealing the `IonElement` interfaces in the next major version. #93

Open popematt opened 4 months ago

popematt commented 4 months ago

Whenever we create a new major version of ion-element-kotlin, we should discuss sealing the IonElement interfaces. The result of the discussion should be either sealing the interfaces or clearly documenting why we think it's a good idea that the interfaces are open.

popematt commented 4 months ago

Here are some points (both for and against) that were brought up in #88