Are user stories (typically used in agile development or test driven development) the same thing as events in Edward Yourdon’s structured analysis methodology?
Are user stories (typically used in agile development or test driven development) the same
Share
Events and user stories are related but not identical. A Yourdon event is any stimulus to the system that requires the system to respond, so, for example, a tick from an external clock could be an event. That might require a response, eg, by incrementing a counter, but it wouldn’t necessarily lead to a result with direct business value to the customer, so wouldn’t be a valid user story or use case.