Last active
September 6, 2016 18:47
-
-
Save pdebelak/9655075 to your computer and use it in GitHub Desktop.
User Stories for DBC Unit 1 Week 2 group project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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