Consider allowing linking parameters by passing by reference #363
Labels
component: depends/watch
status: discussion
Discussion. Not yet a specific feature/bug. Likely to result in multiple PRs/issues.
type-feature
Feature request
Milestone
Consider having two Parameterized classes:
I think it might be nice to be able to link parameters on these classes simple by passing the instance parameter, e.g.:
Parameter
b_value
on theB
instance would now track the value ofa_value
on theA
instance.The text was updated successfully, but these errors were encountered: