-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created Pull Request Template #4
base: master
Are you sure you want to change the base?
Conversation
# Mood Analysis | ||
Congratulations! You're submitting your assignment. | ||
|
||
## Comprehension Questions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question that I have on this assignment is that is also comes along with those comprehension questions in the original assignment. Should we move them into here to consolidate the comprehension?
| Why does 03/13 come out as neutral when it should be happy? How could we fix this? | | | ||
| Where should we call strip_punctuation? Does it matter? Why? | | | ||
| What are you going to do if there aren't at least 3 happy days? Where do you need to handle that case? | | | ||
| Should you use an array or a hash to solve this problem? Why? | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be more specific
| Where should we call strip_punctuation? Does it matter? Why? | | | ||
| What are you going to do if there aren't at least 3 happy days? Where do you need to handle that case? | | | ||
| Should you use an array or a hash to solve this problem? Why? | | | ||
| What if we eventually want to add feelings to our analysis? Can we write this code in a way that will prevent us from having to re-write it later? | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what this question is asking - is it possible to make it more specific?
Changes made. |
No description provided.