Conversation
|
Where's your README? I can't see your thought process~ |
| overall_mood_result = {} | ||
| overall_mood_result[":-)"] = 0 | ||
| overall_mood_result[":-|"] = 0 | ||
| overall_mood_result[":-("] = 0 |
There was a problem hiding this comment.
If you do overall_mood_result = Hash.new(0) then you don't need to these three lines initing the key/values....
|
You made lots of good choices in structure. Good job! |
|
Thanks for the feedback. I thought the ReadMe file was just an in class exercise so I didn't finish Thanks for your help. Y On Sat, Apr 2, 2016 at 2:59 PM, Crystal notifications@github.com wrote:
|
Thanks!