Skip to content

Commit

Permalink
Added line 20 (freeCodeCamp#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfb1007 authored and IsaacAbrahamson committed Oct 27, 2017
1 parent 8253394 commit 86418e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/agile/user-stories/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Starting with epics allows you to sketch the product functionality without commi

It also reduces the time and effort required to integrate new insights. If you have many detailed stories in the product backlog, then it’s often tricky and time-consuming to relate feedback to the appropriate items and it carries the risk of introducing inconsistencies.

When thinking about possible stories, it is also important to consider "mis-user cases" and "unhappy path" stories. How will exceptions be handled by the system? What kind of messaging will you provide back to user? How would a malicious user abuse this application function? These mal-stories can save rework and become usful test cases in QA.

#### More Information:
- <a href='https://www.mountaingoatsoftware.com/agile/user-stories' target='_blank' rel='nofollow'>Mountain Goat Software Guide to User Stories</a>
- <a href='http://www.romanpichler.com/blog/10-tips-writing-good-user-stories/' target='_blank' rel='nofollow'>Roman Pichler Guide to User Stories</a>

0 comments on commit 86418e0

Please sign in to comment.