1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

知っときたい命名規則

Posted at

camelCase キャメルケース

camelCase
JSとかPHP

PascalCase パスカルケース

PascalCase
クラス名とか

snake_case スネークケース

snake_case
Pythonの関数名

CONSTANT_CASE コンスタントケース

CONSTANT_CASE
定数

kebab-case ケバブケース

kebab-case
ファイル名

個人的な命名規則

ファイル名

camelCase キャメルケース

変数名

camelCase キャメルケース

定数

CONSTANT_CASE コンスタントケース

関数名

snake_case スネークケース

プログラム関連ではないファイル

kebab-case ケバブケース

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?