This behavior more closely matches your expectations and reduces the risk of inadvertent exposure of sensitive data due to programmer error.
これはユーザ側が想定する動作に近いものであり、プログラマのミスにより機密データが誤って公開される危険性が抑えられます。
no version set (programmer error)
Andere resultaten
Logical thinking helps programmers design efficient and error-free computer code.
論理的思考は、プログラマーが効率的でバグの少ないコードを設計するうえで役に立ちます。
Syntax highlighting also helps programmers find errors in their program.
The neatest programmer wrote code without errors and very organized.
そのプログラマーは、バグもなく非常に整然としたコードを書く点で群を抜いています。
Generally, code review works quite well, as programmers notice errors in someone else's code much easier than in their own.
コード レビューは概してうまくいきます。 自分のものよりも他のプログラマーが作成したコードの方が誤りを見つけやすいからです。
Sometimes Apple programmers allow errors due to which individual functions or system components stop working.
Appleプログラマは、どの個々の機能やシステムコンポーネントが機能しなくなるかというエラーを可能にします。
The Hungarian notation was developed to help programmers avoid inadvertent type errors.
ハンガリアン記法 (Hungarian Notation)はプログラマーが予期せぬタイプエラーを回避するために開発された。
The error constants should be used by the application programmer to interpret error codes returned by QAManagergetLastError
アプリケーション・プログラマはこれらのエラー定数を使用して、QAManagergetLastError から返されたエラー・コードを解釈します。
We work in a complex: optimizers make up the semantic core and improve the content of the site, programmers correct technical errors, copywriters write unique articles for the site that will interest potential customers.
私たちは複雑な作業を行っています。 オプティマイザーがセマンティックコアを構成してサイトのコンテンツを改善し、プログラマーが技術的なエラーを修正し、コピーライターが潜在的な顧客の興味を引くサイトの独自の記事を作成します。
In the example below, a division by 0 error is raised, the REPL alerts the programmer about the error, the last call in the call stack is dumped, and the REPL continues its execution.
以下の例では、0による除算が発生し、REPLはエラーについてプログラマに警告し、コールスタックの最後の呼び出しをダンプし、REPLはその実行を継続します。
The Python programmer only needs to deal with exceptions if specific error handling is required; unhand led exceptions are automatically propagated to the caller, then to the caller's caller, and so on, until they reach the top-level interpreter, where they are reported to the user accompanied by a stack trace back.For C programmers, however, error checking always has to be explicit.
Python プログラマは、特定のエラー処理が必要なときだけしか例外を扱う必要はありません; 処理しなかった例外は、処理の呼び出し側、そのまた呼び出し側、といった具合に、トップレベルのインタプリタ層まで自動的に伝播します。 インタプリタ層は、スタックトレースバックと合わせて例外をユーザに報告します。 ところが、 C プログラマの場合、エラーチェックは常に明示的に行わねばなりません。
The programmer wrote neat code that ran without any errors.
そのプログラマーは、実にスマートでバグの出ないコードを書き上げた。