is there a recommended way in GEODE to implement a derived property's
default behavior?

I have a boolean property 'ssl-endpoint-identification-enabled' which has
to have a default value (if unspecified) but the default value is derived
from other property 'ssl-use-default-context'.

I see two ways in the code base:
- Use boxed boolean and a null indicates if user specified or not.
- Use additional boolean to denote if user specified or not.

Reply via email to