You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should try to explain how I approach problems I am presented:
Look at the problem from the user's point of view.
→ write down the User Story, this becomes the source for the acceptance test(s).
Collect all interaction within the system that are affected, and not down new ones. Use Domain Driven Design principles: which Actor(s) cause which Entities to change/appear through which Events?
→ write it down as a Domain Story.
Collect all the systems that are affected by the problem, and figure out which existing systems to re-use and modify and which new systems to introduce to solve it.
→ write it down as a technical concept.
Prioritize the needed changes and find the smallest useful set to get to a working release.
→ Repeat until done.
I should try to explain how I approach problems I am presented:
→ write down the User Story, this becomes the source for the acceptance test(s).
→ write it down as a Domain Story.
→ write it down as a technical concept.
→ Repeat until done.
See also:
The text was updated successfully, but these errors were encountered: