Skip to content
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

Wave 3 complete #32

Open
wants to merge 15 commits into
base: lgrt/master
Choose a base branch
from
Open

Conversation

rmtolmach
Copy link

Lauren and I completed wave 3 along with the optional dictionary. All specs are passing.

@kariabancroft
Copy link

Excellent job using git to track your changes

class Dictionary
def self.word_in_dictionary(guess)
open("./lib/dictionary.txt", "r")
if File.open("./lib/dictionary.txt").each_line.any?{|line| line.include?(guess)}

Choose a reason for hiding this comment

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

There is way too much logic happening on this single line of code. This should be split out into multiple lines.

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