phetsims / example-sim

Example demonstrating the structure of a PhET interactive simulation.
GNU General Public License v3.0
14 stars 27 forks source link

additional tasks to work through #15

Closed chrisklus closed 2 years ago

chrisklus commented 3 years ago

@solaolateju and @chrisklus are coming up with additional task to work through and tracking them here so there is measurable and documented progress for learning about the PhET codebase. The software patterns we identified to start off focusing on for these first few additional tasks are (from the patterns doc) are MVC, Observer, and Options and Config. We will add more tasks and patterns once we feel more solid about implementing features around those first three.