phetsims / gene-expression-essentials

An educational simulation about how genes work to create proteins.
GNU General Public License v3.0
4 stars 6 forks source link

add visibility annotations #34

Closed jbphet closed 7 years ago

jbphet commented 7 years ago

Visibility annotations (e.g. @public, @private) are part of the coding standards for publicly accessible attributes and values. There are a handful of these annotations in the code, but most appear to be missing. They should be added. Take a look at CoinTerm.js for an example if needed.

aadish commented 7 years ago

fixed closing