The idea of dividing work into business history comes down to reducing the relationship between tasks. But how do you handle stories where the common part of the work is common to them.
For example, if you have two stories, like displaying information received from one web service, but also on two different pages, how do you deal with the general task of creating code to call a web service?
Do you combine them into one big story? Do you create a third “story” with just the technical challenge of creating a common web service code? Do you keep the original and allow two developers to choose a plot to argue with each other?
What is the most flexible approach?
source share