So I am playing around with AU2 with a somewhat simple sudoku app and the cell model has some simple properties and validations/restrictions that I was using get/set for.
I then remembered that in AU1 using get/set was at one time not recommended because they had to be dirty checked.
I was wondering if there was the same recommendation for AU2? Does @computedfrom solve that issue for both?
Am I thinking of something else?
Thanks