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

replace JS Map #102

Closed pixelzoom closed 7 years ago

pixelzoom commented 7 years ago

In 6/12/17 discussion about JS Map, we noticed that Map snuck into ExEx on 6/7/17 (after code review), and concluded that JS Map is not ready for use in PhET code. It looks like Map is ExEx can be replaced with a string->value hash.

samreid commented 7 years ago

At least on of the Expression Exchange maps is using string keys. It looks like another is using objects, so we will need another solution for that one.

jbphet commented 7 years ago

All usages of Map have been removed, closing.