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

CODAP wrapper: Column names should not use camel case #251

Closed matthew-blackman closed 4 months ago

matthew-blackman commented 6 months ago

For the variable column names, the other CODAP examples use separate words with capitalized letters. For example, 'horizontalDistance' should be 'Horizontal Distance'. Let's maintain this norm for variables in the CODAP wrapper.

samreid commented 6 months ago

I converted the wrapper to use first word uppercase, second word lower case, and used it pervasively. I wasn't sure exactly where to do this mapping, but right now it is very upstream. @matthew-blackman can you please review/test?

matthew-blackman commented 4 months ago

@catherinecarter @samreid and I reviewed this and agreed on the 'separate words, first letter of first word capitalized, first word of subsequent letters lowercase' design. Nice work! Closing.