phetsims / projectile-data-lab

"Projectile Data Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 0 forks source link

Move createGatedVisibleProperty to a common repo #171

Closed matthew-blackman closed 6 months ago

matthew-blackman commented 6 months ago

We plan to use this utility for PDL, making it used across 2 sims - CAV and PDL. Let's find a new home for createGatedVisibleProperty so that both sims can access it.

matthew-blackman commented 6 months ago

We moved createGatedVisibleProperty to scenery/util and consulted with @marlitas. We discussed that it should only be used in appropriate cases, and recognize that it could be over-used if the documentation is not followed closely. @samreid and I feel that this issue can now be closed. Feel free to reopen if you feel otherwise.