問題タブ [pascalcasing]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
20 参照

naming-conventions - ドット区切りを使用するケースの名前は?

がある:

  • camelCase
  • UpperCamelCase(別名PascalCase)
  • snake_case
  • kebab-case

しかし、これに正式な名前はありcase.with.dotsますか?