-
Notifications
You must be signed in to change notification settings - Fork 6
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
Convert Properties that are booleans to BooleanProperties? #63
Comments
FYI... When this sim was written (2014) there was no BooleanProperty, or any other type-specific Properties. |
Done, @zepumph please review. BooleanProperty is used for all of the check boxes, and the E-field on/off switch. |
Ahhh makes sense, thanks for informing. All looks good here. Closing |
Is this directed at me as a "when you are developing this is what phet does" or more of a "this is how it is implemented in this sim for the world to know"? |
Just an FYI about where the BooleanProperties are used, in case you wanted to check to see if I missed any. |
from code review #30
I'm sure I see the added value of this, but maybe you do. I know it helps when it comes to PhET-iO instrumentation, but only a bit, and that is far down the road. Your call.
The text was updated successfully, but these errors were encountered: