benlumley
Is there a way to avoid duplicate afterStateUpdated methods ?
i think for my situation, it may be worth taking the hackiness here; my afterStateUpdateds are quite intertwined....
it's not just field 3 depends on field 1 and field 2
more
field a depends on field 1,2,3
field b depends on 1 + 4
field c depends on 2
so extracting out a closure is still messy
defining the callbacks on the target field rather than the source field is a whole load cleaner/nicer to work with
7 replies