関数からの戻り値を誤ってチェックしているため、エラーや例外的な状態を検出できない。
重要かつ一般的な関数は、そのアクションの成功について何らかの値を返す。これは、その関数によって引き起こされたエラーを処理するかどうかをプログラムに警告する。
The product incorrectly checks a return value from a function, which prevents it from detecting errors or exceptional conditions.
Important and common functions will return some value about the success of its actions. This will alert the program whether or not to handle any errors caused by that function.