phetsims / pendulum-lab

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

Preferred property names in PendulumLabModel #8

Closed jonathanolson closed 9 years ago

jonathanolson commented 9 years ago

Instead of "isRuler", "isStopwatch" and "isPeriodTrace", I'd prefer something directly indicating visibility (something like "rulerVisible" / "isRulerVisible")

andrey-zelenkov commented 9 years ago

Changed names of properties (added postfix "Visible"). Reassign to @jonathanolson for verification.

jonathanolson commented 9 years ago

Thanks!