phetsims / build-a-molecule

"Build a Molecule" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 7 forks source link

directory structure violates PhET convention #70

Closed pixelzoom closed 4 years ago

pixelzoom commented 9 years ago

Source-code directory structure for a 1-screen sim should look like this:

js/
 build-a-molecule/
    model/
    view/
jonathanolson commented 9 years ago

Is this also requesting the 'control' items moved to the 'view' directory? Or just adding the top-level JS directory 'build-a-molecule'?

pixelzoom commented 9 years ago

Just adding the top-level build-a-molecule dir for the 1 screen. I don't care too much about whether controls are in view or their own dir.

Denz1994 commented 4 years ago

This issue is stale. This sim has 3 screens now and the directory structure has been fixed in https://github.com/phetsims/build-a-molecule/issues/129