-
Notifications
You must be signed in to change notification settings - Fork 9
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
ShakerParticlesIO is calling private methods #223
Comments
Would you be opposed to marking those methods as Also, there is a chance that we may be able to eliminate the state of the shaker particles when we have the "Stable PhET-iO Design" for this simulation--if the design team decides that the shaker particles are ultimately transient and do not need to be recorded in the state. EDIT: by that last token, I'd be fine to leave this issue open and on hold until the Stable PhET-iO Design meeting. Let me know what you prefer @pixelzoom |
@samreid asked
Simply changing their visibility annotation to I think we should leave this open until you've decided whether their state needs to be recorded. If their state does need to be recorded, then I'll need to revisit the implementation. |
Agreed, leaving open until after the stable PhET-iO design, unassigning for now. |
ShakerParticlesIO was deleted as part of #244, so this issue can be closed. |
Noted while working on #222.
ShakerParticlesIO is calling 2 private methods of ShakerParticles:
removeAllParticles
andaddParticle
. I never intended these method to be part of the public API. This needs to be fixed.The text was updated successfully, but these errors were encountered: