-
Notifications
You must be signed in to change notification settings - Fork 0
Emily lagattolla #1
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
base: master
Are you sure you want to change the base?
Conversation
Nick-Ballenger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really good! The code is clear and concise, it shows that you have a good understanding of using classes, and you implemented it all really well!
Great job, you are going to rock this sprint so hard!
| } | ||
| } | ||
|
|
||
| class CharacterStats extends GameObjects { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to keep confusion down you can actually use the same naming convention across all the super/constructors if you want to (you could go with attrs/props across the board if you wanted to)
No description provided.