Casings by mainstream language convention:
- snake_case: Ruby methods/attributes
- PascalCase: Ruby class/module names
- camelCase: Java method names
- kebab-case: ???
- SCREAM_CASE: Ruby+Java constants
Qs:
1. Example of kebab-case-ing in mainstream use?
2. Alternative names?
Conversation
Replying to
More languages should support kebab-case! Looks so lovely!
Vue.js recommends either pascal or kebab case. I've so far always opted for pascal due to my c# background. Kebab adds too many extra characters for my liking.


