I’m working on two projects right now that both involve business objects that undergo several state transitions based on actions taken by a user. We quickly turned to State models to help conceptualize all of the possible object states, possible transitions between them, and the actions that trigger the transitions. While those models were incredibly […]
Tag: State Diagram
Leveraging Visual Models in an Agile World
Every discussion or training we have held at work lately keeps circling around to the same topic: Agile. Aside from the debates over whether Agile methodology is better than Waterfall overall or in which situations one is superior to the other, analysts who have worked predominantly in a Waterfall world want to know how to […]