Right now, calculating values has to be done imperatively, with sections of script in derivedFrom properties. This is error prone and will cause duplication among different plugins.
A declarative method will be added, whereby model values can have effects, which are objects that define the properties they affect and how, and the app generator itself will implement managing them.
Right now, calculating values has to be done imperatively, with sections of script in derivedFrom properties. This is error prone and will cause duplication among different plugins.
A declarative method will be added, whereby model values can have
effects
, which are objects that define the properties they affect and how, and the app generator itself will implement managing them.