gonfunko / scratch-blocks

Scratch Blocks is a library for building creative computing interfaces.
https://scratch.mit.edu/developers
Apache License 2.0
1 stars 0 forks source link

Rename FieldAngle to ScratchAnglePicker #180

Open rachel-fenichel opened 3 weeks ago

rachel-fenichel commented 3 weeks ago

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.