[QUALITY] Naming inconsistencies — several classes don't follow PascalCase convention #18

Open
opened 2026-03-12 00:03:38 +00:00 by lavarius · 0 comments
Owner

🟡 Medium — Code Quality

Several classes don't follow C# PascalCase naming conventions:

  • Axis_Rotation, Circle_Rotation, Sphere_Orbit, Simple_Radio — use underscores (should be PascalCase)
  • zoneTypes, animationLayersConfig — class names starting with lowercase
  • hairColoring — lowercase class name

Fix: Rename all to PascalCase. Update all references and file names. Use IDE rename refactoring to catch all usages safely.

## 🟡 Medium — Code Quality Several classes don't follow C# PascalCase naming conventions: - `Axis_Rotation`, `Circle_Rotation`, `Sphere_Orbit`, `Simple_Radio` — use underscores (should be PascalCase) - `zoneTypes`, `animationLayersConfig` — class names starting with lowercase - `hairColoring` — lowercase class name **Fix:** Rename all to PascalCase. Update all references and file names. Use IDE rename refactoring to catch all usages safely.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lavarius/ProjectOverlay#18
No description provided.