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

Dropping the "Model" suffix for many variables/properties #38

Closed jonathanolson closed 9 years ago

jonathanolson commented 9 years ago

It's idiomatic for PhET sims to not use "pendulumModels", "planetModels", "rulerModel", "stopwatchModel", etc., and prefer "pendulums", "planets", "rulers" and "stopwatch".

This generally applies to any type which does not end in "Model" itself (please keep PendulumLabModel's name).

andrey-zelenkov commented 9 years ago

Dropped "Model" suffix for variables and properties. Reassign to @jonathanolson for verification.

jonathanolson commented 9 years ago

Looks great, thanks!