phetsims / expression-exchange

"Expression Exchange" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 2 forks source link

Convert to ES6 #148

Closed jbphet closed 3 years ago

jbphet commented 3 years ago

This sim should be fully - or at least mostly - converted to ES6, especially with respect to using class instead of inherit. See the parent issue https://github.com/phetsims/tasks/issues/1051 for more information.

jbphet commented 3 years ago

This conversion is complete, but due to the pressure to complete the conversion of all sims, I was a little less thorough than I have been on other sims, and there are usages of self scattered about within the code that we might want to clean up one day. For now, I'm deeming this complete, and closing.