phetsims / projectile-motion

"Projectile Motion" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
15 stars 13 forks source link

Rename Tracer to DataProbe #222

Closed zepumph closed 4 years ago

zepumph commented 4 years ago

From https://github.com/phetsims/projectile-motion/issues/219, @arouinfar had a review comment like:

The probe that reads data from the points along the trajectory is simply called the tracer, but a more informative name would be something like dataProbe which is a name we've decided to use in Natural Selection. Would it take a lot of restructuring to call this a dataProbe?

I'll get on it!

zepumph commented 4 years ago

Implemented above. Please review.

arouinfar commented 4 years ago

Looks great, thanks @zepumph