-
Notifications
You must be signed in to change notification settings - Fork 4
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
ISLCObjectEnum should be Enumeration
#147
Comments
@jessegreenberg please review this as part of the code review at large. I tried to move as much static content into the Enumeration as possible. |
Looks great, I agree making this an Enumeration is right. My only nit-pick is about formatting, I think it is atypical to create the Enumeration inline with the inverseSquareLawCommon.register call. Modified in the above commit, does this seem reasonable? |
No strong preference here, just note that a search for |
(also I don't see the commit in this issue) |
phetsims/gravity-force-lab-basics#147" This reverts commit 92289f6.
Indeed, I sit corrected. I reverted the change. This issue can be closed. |
From #134, this really feels right, and it would make small bugs like passing in undefined instead of an enum a bit easier. For example a method like this is sloppy:
The text was updated successfully, but these errors were encountered: