Pick one convention per boundary
Consistency beats personal preference. Align with your language ecosystem at each layer.
Typical defaults
| Layer | Convention |
|-------|------------|
| JavaScript variables | camelCase |
| Python / SQL columns | snake_case |
| URLs and CSS classes | kebab-case |
| Constants | SCREAMING_SNAKE_CASE |
Convert between styles with the Case Converter.