Skip to content

Conversation

@jyoung488
Copy link

No description provided.

def offer_high_five
"High five!"
end
end
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually for modules that are going to be included in classes, we use "-able" names, so here it'd be HighFiveable.

"WHOA! I've never thought of it quite like that before. Now I feel like a genius!"
end

end
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Module name will be Learnable here.

end
response
end
end
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job with refactoring 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants