phetsims / graphing-quadratics

"Graphing Quadratics" is an educational simulation in HTML5, by PhET Interactive Simulations.
MIT License
1 stars 4 forks source link

rename Slider subclasses #110

Closed pixelzoom closed 5 years ago

pixelzoom commented 5 years ago

After #52 is closed, since that issue refers to these class names a lot ...

Slider subclasses CoefficientSlider and QuadraticCoefficientSlider are a bit misnamed. While they control coefficients (a,b,c) in the Explore screen, they are controlling things that are technically not coefficients (p,h,k) in the Focus & Directrix screen. So consider this renaming:

CoefficientSlider -> GQSlider QuadraticCoefficientSlider -> QuadraticSlider

pixelzoom commented 5 years ago

Done, closing.