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 position setting methods consistent #90

Closed jbphet closed 6 years ago

jbphet commented 6 years ago

There are several styles of method used to set the position, some that use vectors and some that use X and Y values. Consistent style should be used to ease maintainability. Probably setPosition( vector ) and setPositionXY( x, y ).

jbphet commented 6 years ago

There were also some methods that used the abbreviation 'Pos' that were expanded to used 'Position', e.g. setXPos -> setXPosition.

jbphet commented 6 years ago

This has been addressed, closing.