phetsims / curve-fitting

"Curve Fitting" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 3 forks source link

Differentiate between `Property` and "property" in comments #154

Closed pixelzoom closed 5 years ago

pixelzoom commented 5 years ago

For this code review item in #143:

  • [ ] Differentiate between Property and "property" in comments. They are different things. Property is a type in AXON; property is any value associated with a JavaScript object. Often "field" can be used in exchange for "property" which can help with clarity.

There are 9 uses of "property" in comments that should be "Property".

SaurabhTotey commented 5 years ago

I changed all the usages of "property" in the comments that I could find. However, I only counted 8. Could you point me to where the last one is @pixelzoom?

pixelzoom commented 5 years ago

Sorry, I must've counted wrong. Looks like you got them all. Closing.