Is This English???


2010年8月21日

IT 英語 part3 - programming

■プログラミング3

グローバル変数は使うな
Stay away from global variables.
ここで変数を初期化したら駄目だよ
you are not supposed to initialize the variable at this point.
例外処理しないと、間違いなくエラーが起きるぞ
If you don't handle exceptions, the application will bump into errors for sure.
オーバーフローの問題を避けたい
I want to steer clear of overflow problems.
デバッガーだけではメモリリークの問題は把握できないな
It's hart to track down memory leak problems with a debugger only.
この関数に入った途端にプログラムがクラッシュする
the program dies right after it goes into this function.
関数に渡す前に戻り値を取得する必要があります
You need to get the return value before you pass it to this function.
通常、構造体はスタックに格納されます
The entire structure is typically pushed on the stack.
すべての要素をスタックから取り出さなければいけません
You need to pop all elements off the stack.
スタック上のエレメントはLIFO順で処理されます
Elements on the stack are accessed in a LIFO(FIFO) order.

例外を投げる
throw the exception
エラーを受ける
catch the error
クラスを拡張する
extend the class
欠陥なし
defect-free
問題を見つける
find a problem
問題を見つける
detect a problem
インストールに関する問題
installation-related issues
欠陥を直す
fix the glitch
機能不全
malfunction
絶対必要な機能
must-have feature
なくても支障がない機能
nice-to-have feature

投稿者 funa : PM11:36| 使える英語フレーズ - Phrases | コメント (0) | トラックバック (0)


ギャラリー
人気ページ
最近のエントリー