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

Make DnaMolecule member function initializeStrandSegments local #43

Closed jbphet closed 7 years ago

jbphet commented 7 years ago

The function DnaMolecule.initializeStrandSegments() looks like it isn't used outside of this file. It can probably be a private, local, helper function.

aadish commented 7 years ago

discussed with @jbphet, as this function accesses the member variables, this can't be converted into local helper function. Closing this issue