-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rectify slider and controls names #344
Comments
Re-assigning to myself for the new character set publication. |
@samreid The TODO's you highlighted are actually sliders. This is what the documentation in
I think the tandems should be renamed to use "slider" instead of numberControl to match the implementation strategy. At the least, the classes should not be renamed, since they clearly describe what is actually being used and displayed for the sim. What are your thoughts here? |
PhysicalSlider extends PhysicalNumberControl which extends NumberControl. So it is more of a "has a" slider rather than "is a" slider, since it doesn't extend HSlider, VSlider or Slider. That's why the |
@samreid and I talked and we decided that things are fine as-is. We are closing this issue. |
Reopening because there is a TODO marked for this issue. |
Removed the unnecessary TODO left over. Closing. |
Reopening because there is a TODO marked for this issue. |
Sorry, missed removing a TODO referencing this issue. Closing. |
phetsims/tandem#267 revealed that there are places where a NumberControl is being instantiated but called a Slider. I renamed the tandem, but the class hierarchies should be renamed to update it as well. I'll add 2 TODOS showing the entry points for the problems.
The text was updated successfully, but these errors were encountered: