-
Notifications
You must be signed in to change notification settings - Fork 48
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
Solar System - Val - Edges #31
base: master
Are you sure you want to change the base?
Conversation
Solar SystemWhat We're Looking For
Hi Val! Great job on this project The code looks good and is well-written and well-formatted. It hits all the requirements. The code shows clear understanding of what each class has, and the methods (behavior) all make sense. You end up putting into Otherwise, overall, good work! Looks great. |
Solar System
Congratulations! You're submitting your assignment.
Comprehension Questions
initialize
method run? What does it do?Hash
instead of an instance of a class?SolarSystem
class used aHash
instead of anArray
to store the list of planets?require
statements? Which files neededrequire
s, and which did not? What is the pattern?