-
Notifications
You must be signed in to change notification settings - Fork 33
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
Leaves_Ga-Young&Raisah #2
base: master
Are you sure you want to change the base?
Conversation
AdagramsWhat We're Looking For
|
|
||
SIZE_OF_HAND.times do |i| | ||
hand << shuffled_all_letters[i] | ||
end |
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.
Solid process here!
end | ||
end | ||
|
||
return hand_in_hash.values.min < 0 ? false : true |
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.
Nice! Clever! I dig it!
score += score_chart[char.to_sym] | ||
end | ||
|
||
score += 8 if word.length > 6 |
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.
Succinct!
Adagrams
Congratulations! You're submitting your assignment.
Comprehension Questions
Enumerable
mixin? If so, where and why was it helpful?