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
A lot of the angle field code is copied over from blockly, and it's registered under the same name. There's no requirement to keep the same class name since the registration name is all that matters. Current naming sometimes makes it difficult to tell if a change is in a blockly field or a scratch field.
This is a suggested cleanup but not a requirement. Other fields may also benefit from a similar analysis.
The text was updated successfully, but these errors were encountered:
A lot of the angle field code is copied over from blockly, and it's registered under the same name. There's no requirement to keep the same class name since the registration name is all that matters. Current naming sometimes makes it difficult to tell if a change is in a blockly field or a scratch field.
This is a suggested cleanup but not a requirement. Other fields may also benefit from a similar analysis.
The text was updated successfully, but these errors were encountered: