Skip to content

Instantly share code, notes, and snippets.

@pdebelak
Last active September 6, 2016 18:47
Show Gist options
  • Save pdebelak/9655075 to your computer and use it in GitHub Desktop.
Save pdebelak/9655075 to your computer and use it in GitHub Desktop.
User Stories for DBC Unit 1 Week 2 group project
// As a user, I want to be able to add a list of numbers together to get their sum.
// As a user, I want to be able to find the mean of a list of numbers.
// As a user, I want to be able to find the median of a list of numbers.
/* Reflection: I think this challenge helped show a little bit about how working in a group as a programmer happens. Clearly communication is very important if many different people are working on different aspects of the same program to make sure everyone is on the same page. I'm glad we did this challenge.*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment