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
一文字変数をこの世から消すことで、グローバル変数の使いまわしによる事故の防止と、コードの可読性を上げることを目的とする。 口上などの外部スクリプトでも参照する場合はあるので、一文字変数ではなくTFLAGに格納し、かつ、ちゃんとTFLAG名を付ける。 明らかに外部で参照しない場合にはユーザー定義の変数に置換すること。 https://ja.osdn.net/projects/emuera/wiki/UserVars
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一文字変数をこの世から消すことで、グローバル変数の使いまわしによる事故の防止と、コードの可読性を上げることを目的とする。
口上などの外部スクリプトでも参照する場合はあるので、一文字変数ではなくTFLAGに格納し、かつ、ちゃんとTFLAG名を付ける。
明らかに外部で参照しない場合にはユーザー定義の変数に置換すること。
https://ja.osdn.net/projects/emuera/wiki/UserVars
The text was updated successfully, but these errors were encountered: