dont allow nested objects that are not DomainObjects, use this knowledge to require DomainObject.nested
is set when using serialize
or getUniqueIdentifier
#10
Labels
pit-of-success
Something that prevents bugs in common use cases
if we do this, then we will guarantee that user can not use
serialize
orgetUniqueProperties
dangerously even without the linter specified in #7this may also just be a good constraint to enforce on people in general. I.e., flatten your keys - or define a DomainObject for the thing you're bundling.
The text was updated successfully, but these errors were encountered: