Skip to content

Commit

Permalink
shift comprehension questions to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tildeee committed Aug 8, 2018
1 parent ed17b36 commit 6da5657
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ride share
Congratulations! You're submitting your assignment.

## Comprehension Questions

| Question | Answer |
|--- |--- |
| What did your data structure look like at first? Did this structure evolve over time? Why? | |
| What was your strategy for going through the data structure and gathering information? | |
| What was an example of something that was necessary to store in a variable? What was the scope of each of that variables? Why? | |
| What kinds of iteration did you use? Did you use `.map`? | |
| Were some calculations easier than others? Why? | |
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,3 @@ Optionally, print in the terminal:
## Wrap up

By having this data structure, we can now more easily target specific parts of our data to see how many rides a driver has given.

### Comprehension Questions

1. What did your data structure look like at first? Did this structure evolve over time? Why?
1. What was your strategy for going through the data structure and gathering information?
1. What kind of information did you need to store in variables? What was the scope of each of these variables? Why?
1. What kinds of iteration did you use? Did you use `.map`?
1. Were some calculations easier than others? Why?

We'll discuss these your answers to these questions together in class.

0 comments on commit 6da5657

Please sign in to comment.