openTdataCH / ojp-sdk

Meta OJP SDK repo
MIT License
4 stars 0 forks source link

SDK: Handling of empty lists #94

Closed r3to closed 4 days ago

r3to commented 3 weeks ago
image

Elements that have cardinality 0:* can both be represented as Nullable-Lists or Lists that could be empty.

→ Define a common approach here

var a) Nullable Lists

var b) Empty Lists

vasile commented 3 weeks ago

I am in favor of b) for simplicity but also for data model readability

r3to commented 3 weeks ago

same here

terencebls commented 3 weeks ago

I'm also for b :)

r3to commented 4 days ago

Closing with decision for b)