phetsims / function-builder

"Function Builder" is an educational simulation in HTML5, by PhET Interactive Simulations at the University of Colorado Boulder.
GNU General Public License v3.0
4 stars 4 forks source link

Factor out duplicated credits. #137

Closed pixelzoom closed 3 years ago

pixelzoom commented 3 years ago

Credits are duplicated in function-builder-main.js and function-builder-basics-main.js, and they should be identical since the latter is a subset of the former. But I see that the credits are already out of sync. The more current pattern is to factor out shared credits into a constants file (FBConstants.js).

pixelzoom commented 3 years ago

Done, closing.