phetsims / number-line-distance

"Number Line: Distance" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 3 forks source link

property vs Property #49

Closed pixelzoom closed 3 years ago

pixelzoom commented 3 years ago

For code review #35:

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. Search for "property" to identify violations.

Code comments appear to refer to "properties" when they mean "Properties".

This was also flagged in #43 for implementation-notes.md.

SaurabhTotey commented 3 years ago

I believe I changed all incorrect usages. I'm closing this issue, but please reopen if I missed anything.