You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/phet-software-design-patterns.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Very important pattern for new developers
72
72
73
73
## `options` and `config` Parameters
74
74
75
-
TODO This section needs some work. The pattern is probably "configurtion" for parameterizing types, which we use to avoid an explosion of constructor parameters. `config` and `options` are the two patterns that PhET typically uses.
75
+
TODO This section needs some work. The pattern is probably "configurtion" for parameterizing types, which we use to avoid an explosion of constructor parameters. `config` and `options` are the two implementation of that pattern that PhET typically uses.
76
76
77
77
Use `_.extend` to overwrite defaults to options for a type like:
0 commit comments