-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use updated enumeration pattern #52
Labels
Comments
Denz1994
added a commit
to phetsims/masses-and-springs
that referenced
this issue
Jan 9, 2019
The pattern has been updated to use Enumeration.js. There is still ongoing discussion about how to best proceed with this convention in phetsims/phet-core#53. I'll await the decision there before closing. |
Denz1994
added a commit
to phetsims/masses-and-springs
that referenced
this issue
Jan 16, 2019
Denz1994
added a commit
to phetsims/masses-and-springs
that referenced
this issue
Jan 16, 2019
Denz1994
added a commit
to phetsims/masses-and-springs
that referenced
this issue
Jan 16, 2019
Denz1994
added a commit
to phetsims/masses-and-springs
that referenced
this issue
Jan 16, 2019
Enumerations updated as described in by doc convention. Closing issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of developer core hour meeting on 01/07/19:
From the
Enumerations
section of https://github.com/phetsims/phet-info/blob/master/doc/phet-software-design-patterns.md, we should be using rich enumerations when appropriate. Using theObject.freeze(Enumeration)
is a pattern we should move away from.Quick scan:
ForcesModeChoice.js
,SimSpeedChoice.js
, andSceneModeChoice.js
should be reviewed for this change.The text was updated successfully, but these errors were encountered: