Skip to content

Conversation

@Oh-KPond
Copy link

@Oh-KPond Oh-KPond commented Feb 6, 2018

Mood Analysis

Congratulations! You're submitting your assignment.

Comprehension Questions

Question Answer
Would a hash work just as well as an Array in this project? Why? I think it works better as a set of arrays. As a hash, it may be more challenging to pull out the information the program is looking for.
Did you find yourself repeating the same code? Why did you have to do it that way? Only when I started working on some of the enhancements did I find myself really duplicating code or thinking about duplicating code. I think that I would want to create some methods in the future.
What type of loop did you use? Why did you choose that type? I used a times loop for the main loop because we wanted the menu items to appear only a certain amount of times. I think I could have also used a .each loop if I wanted to limit the menu item count to how many foods I had.

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