Skip to content

Latest commit

 

History

History

lesson_05

Lesson 05: Software Development Life Cycle (Slides)

Pre-work

Please review the following resources before lecture:

Required

Recommended

Homework

Writing user stories

Write three user stories for any software of your choosing, existing or totally made up. Provide your responses in a README file that you create within your own uniquely named directory.

Submitting bugs

Find three bugs in the UTasks online todo app (need to create an account). Write up two GitHub issues in our code differently repository containing the following elements:

  • A brief description of the problem.
  • Detailed steps to reproduce the issue in a numbered list.
  • The outcome you expected as a result of doing the steps.
  • The actual result you got that was unexpected.
  • At least one of your bugs must include a screenshot.