phetsims / build-an-atom

"Build an Atom" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/build-an-atom
GNU General Public License v3.0
11 stars 10 forks source link

Migrate to ES6 #220

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/1050 for more information.

jbphet commented 3 years ago

Conversion complete. I've done a bit of targeted testing and fuzz testing, and worked through one iteration of every level of the game, and it all seems to work. I'll keep an eye on CT and will reopen if any problems pop up, but at least for now I'm closing this.