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
This is a fairly minor formatting thing, but it improves the readability of the code. The PhET Development Overview document (see https://docs.google.com/document/d/1odXkliRagq0zuf1_NdOtQ2BrkC9hwlISnPi2y-dKdrk/edit?usp=sharing, section entitled Code and Documentation standards/style) specifies that there should be a space between adjacent methods in the inherit call. Much of the code doesn't adhere to this and should be cleaned up.
This is a fairly minor formatting thing, but it improves the readability of the code. The PhET Development Overview document (see https://docs.google.com/document/d/1odXkliRagq0zuf1_NdOtQ2BrkC9hwlISnPi2y-dKdrk/edit?usp=sharing, section entitled Code and Documentation standards/style) specifies that there should be a space between adjacent methods in the inherit call. Much of the code doesn't adhere to this and should be cleaned up.
This was found during code review, see #29.
The text was updated successfully, but these errors were encountered: