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
I've mostly given up pointing out the difference between Property (uppercase) and property (lowercase), because I get the vibe that no one agrees that it's important, and because pointing it out hasn't changed anything. There are plenty of examples in code comments for this sim that I'm not going to report (or did I just report them? :)
But phetioDocumentation is public facing, and this sim contains a mixture of "This Property..." (correct) and "This property..." (incorrect). So whether you agree with whether Property vs property is significant, it seems worth choosing one and using it thoughout phetioDocumentation. I recommend choosing "This Property...".
The text was updated successfully, but these errors were encountered:
One other thought.... You could avoid the entire issue by omitting the "This Property" bit, like this example for PDLModel singleOrContinuousProperty:
phetioDocumentation: 'This property indicates whether the launcher is in single or continuous launch mode.',
phetioDocumentation: 'Indicates whether the launcher is in single or continuous launch mode.',
Before starting, there are 162 occurrences of "Property" (capitalized) in the project. I will review all the lowercase ones and see which need to be promoted.
For code review #32 ...
I've mostly given up pointing out the difference between Property (uppercase) and property (lowercase), because I get the vibe that no one agrees that it's important, and because pointing it out hasn't changed anything. There are plenty of examples in code comments for this sim that I'm not going to report (or did I just report them? :)
But
phetioDocumentation
is public facing, and this sim contains a mixture of "This Property..." (correct) and "This property..." (incorrect). So whether you agree with whether Property vs property is significant, it seems worth choosing one and using it thoughoutphetioDocumentation
. I recommend choosing "This Property...".The text was updated successfully, but these errors were encountered: