Skip to content

Rename enum Blockly.connectionTypes to follow the style guide #5156

@moniika

Description

@moniika

Issue

The enum Blockly.connectionTypes does not follow the style guide of using UpperCamelCase and also of generally being a singular noun.

Suggested Fix

Renaming Blockly.connectionTypes to Blockly.ConnectionType for consistency.

Additional context

https://google.github.io/styleguide/jsguide.html#naming-enum-names

Metadata

Metadata

Labels

breaking changeUsed to mark a PR or issue that changes our public APIs.type: cleanup

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions