-
-
Notifications
You must be signed in to change notification settings - Fork 327
Use snake_case for components #779
Copy link
Copy link
Open
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.type-docsAbout changes and updates to documentationAbout changes and updates to documentationtype-investigationAbout research and gathering informationAbout research and gathering information
Metadata
Metadata
Assignees
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.type-docsAbout changes and updates to documentationAbout changes and updates to documentationtype-investigationAbout research and gathering informationAbout research and gathering information
Type
Fields
Give feedbackNo fields configured for issues without a type.
Current Situation
We currently promote using PascalCase for components, following ReactJS convention. However, this very much goes against PEP8.
See original discussion:
Proposed Actions
Rewrite the docs to promote snake_case usage.