Skip to content

Conversation

@kangazoom
Copy link

Random Menu Generator

Congratulations! You're submitting your assignment.

Comprehension Questions

Question Answer
For the places where arrays were used, could using a hash work? Could it work easily? Why or why not? I think I could have put everything into an array of hashes, with each hash representing on item at a time: like food: food item, adjective: adjective, cooking style: cooking style. It would have made iteration easier.
Did you find repetitions of the same or similar code? Why did you have to do it that way? Yes, I found repetitions in the loops - maybe could have combined them or made separate methods
Did you use any loops? If so, how did it help solve a problem? Yes, many! It helped me iterate through the menu items.

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.

1 participant