How to "translate" interdependent object states in code?
- by Earl Grey
I have the following problem. My UI interace contains several buttons, labels, and other visual information. I am able to describe every possible workflow scenario that should be be allowed on that UI. That means I can describe it like this - when button A is pressed, the following should follow -
In the case of that A button, there are three…