Std-atem Style Guide
Naming Style
Identifier Type | Naming Style |
---|---|
Callable | camelCase |
Variable and Constant | snake_case |
Module and Package | snake_case |
Type | TitleCase |
Keyword | camelCase |
Namespace | snake_case |
Block Label | snake_case |
Built-in | camelCase |
Identifier Type | Naming Style |
---|---|
Callable | camelCase |
Variable and Constant | snake_case |
Module and Package | snake_case |
Type | TitleCase |
Keyword | camelCase |
Namespace | snake_case |
Block Label | snake_case |
Built-in | camelCase |