Skip to content
New issue

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

「!厳しくチェック」モードを追加する #1698

Closed
kujirahand opened this issue Jul 21, 2024 · 1 comment
Closed

「!厳しくチェック」モードを追加する #1698

kujirahand opened this issue Jul 21, 2024 · 1 comment

Comments

@kujirahand
Copy link
Owner

kujirahand commented Jul 21, 2024

関数引数や戻り値のundefinedチェックなど、いろいろなチェックモードを追加しようと思いましたが…
たぶん、モード変更のための設定を書くのが、きっと億劫になり、毎回マニュアルを確認する羽目になると思われます。

そこで…
プログラムの開発時に、文法チェックを厳しくしておきたい場合に「!厳しくチェック」と書いておくと、
undefinedチェックや、その他の曖昧な記法を指摘するようにしたいと思います。

「!厳しくチェック」を有効にすると、動作速度がちょっと遅くなるけれど、確実に動きます。

ExceVBAの「Option Explicit」みたいな感じで。

解除するには、「!優しくチェック」を指定する?・・・未実装

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant