We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
__ (アンダースコア2つ)で始まる名前,_ の直後に大文字が来る名前,グローバル名前空間における _ で始まる名前は仕様でコンパイラの実装のために予約されているため,避けた方が良いです.
最初の実装から _dev などグローバル変数の目印として _ で始まる名前が使われています.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
__ (アンダースコア2つ)で始まる名前,_ の直後に大文字が来る名前,グローバル名前空間における _ で始まる名前は仕様でコンパイラの実装のために予約されているため,避けた方が良いです.
最初の実装から _dev などグローバル変数の目印として _ で始まる名前が使われています.
The text was updated successfully, but these errors were encountered: