About
Derived is a property of:
The value can be calculated or deduced from relationship Groupings or from the values of other variable. The value of a Derived variable changes constantly.
There is then a functional dependency between two variables.
Use Explicit data instead of derived data
Never focus just on the data in front of your eyes, or on derived variables, like percentages or rates
Articles Related
UI
This kind of dependency is really common in UI development when one action must refresh a part of the UI. It's often implemented with an observer pattern.
Examples
- Student Age,
- Account Balance,
- Number of courses taken.