| implicit |
暗黙的な。"implicit conversion can hide bugs" = 暗黙的な変換はバグを隠すことがある
|
IT英語 |
編集
|
| interpreted |
インタプリタ実行の。"interpreted scripts run without a separate build step" = インタプリタ実行のスクリプトは別のビルド手順なしで動く
|
IT英語 |
編集
|
| compiled |
コンパイルされた。"compiled binaries start quickly" = コンパイルされたバイナリは高速に起動する
|
IT英語 |
編集
|
| weakly-typed |
弱く型付けされた。"weakly-typed languages may coerce values automatically" = 弱く型付けされた言語は値を自動変換する場合がある
|
IT英語 |
編集
|
| strongly-typed |
強く型付けされた。"strongly-typed code catches mismatches early" = 強く型付けされたコードは不一致を早期に検出する
|
IT英語 |
編集
|
| dynamic |
動的な。"dynamic imports load code on demand" = 動的インポートは必要時にコードを読み込む
|
IT英語 |
編集
|
| static |
静的な。"static configuration is loaded at startup" = 静的な設定は起動時に読み込まれる
|
IT英語 |
編集
|
| verbose |
冗長な。"verbose logging includes request details" = 冗長なログ出力はリクエスト詳細を含む
|
IT英語 |
編集
|
| strict |
厳格な。"strict validation rejects unknown fields" = 厳格な検証は未知のフィールドを拒否する
|
IT英語 |
編集
|
| loose |
緩い。"loose matching accepts several input formats" = 緩い照合は複数の入力形式を受け入れる
|
IT英語 |
編集
|