本文へスキップ
ログインすると広告が減り、学習に集中できます。
広告

検索結果- 英語 - 多言語

検索内容:

open-closed principle

名詞

(programming, object-oriented programming) A principle that states that software entities (such as classes, modules, and functions) should be open for extension, but closed for modification.

日本語の意味
ソフトウェアの構造が、既存のコードへの変更なしに拡張可能であるべきという原則。特にオブジェクト指向プログラミングにおいて、クラス、モジュール、関数などのソフトウェア要素が新たな要求に対応できるように設計されるべきであり、既存の動作を壊さずに機能を追加できることを重視する考え方。
英語の意味
(programming, object-oriented programming) A principle that states that software entities (such as classes, modules, and functions) should be open for extension, but closed for modification.
このボタンはなに?

支払いモジュールを設計する際に、既存のコードを変更せずに新しい決済方法を追加できるよう、クラスやモジュール、関数などのソフトウェア要素が拡張に対して開かれ、修正に対して閉じているという原則に従いました。

single responsibility principle

固有名詞

(programming, object-oriented programming) The principle that every class should have a single responsibility entirely encapsulated by that class.

日本語の意味
単一責任原則:プログラミング、特にオブジェクト指向プログラミングにおいて、各クラスが一つの責任のみを担い、その責任が完全にカプセル化されるべきであるという設計原則。
英語の意味
(programming, object-oriented programming) The principle that every class should have a single responsibility entirely encapsulated by that class.
このボタンはなに?

コードベースを保守しやすくするために、私たちは単一責任の原則に従い、各クラスに明確な役割を与えました。

interface segregation principle

固有名詞

(programming, object-oriented programming) principle that states that once an interface has become too large, it needs to be split into smaller and more specific interfaces so that any client of the interface will only know about the methods that pertain to itself. (In other words: no client should be forced to depend on methods it does not use.)

日本語の意味
インターフェース分離の原則: インターフェースが大きくなりすぎると、利用するクライアントが不要なメソッドまで知ってしまうため、各クライアントが必要とする機能に限定して、インターフェースをより小さく、明確に分割すべきであるという設計原則です。
英語の意味
(programming, object-oriented programming) principle that states that once an interface has become too large, it needs to be split into smaller and more specific interfaces so that any client of the interface will only know about the methods that pertain to itself. (In other words: no client should be forced to depend on methods it does not use.)
このボタンはなに?

インターフェース分離の原則によれば、大きなインターフェースは小さくより特化したインターフェースに分割されるべきで、クライアントは使用しないメソッドに依存させられてはなりません。

composite reuse principle

固有名詞

(software, design) a technique by which classes may achieve polymorphic behavior and code reuse by containing other classes that implement the desired functionality instead using inheritance.

日本語の意味
継承を用いず、他のクラスを内部に保持することで、クラスが多態性とコード再利用性を実現する設計手法。
英語の意味
(software, design) a technique by which classes may achieve polymorphic behavior and code reuse by containing other classes that implement the desired functionality instead using inheritance.
このボタンはなに?

コードベースをレビューするとき、彼女は合成による再利用の原則によってチームが深い継承階層に頼らずに実行時に振る舞いを入れ替えられたことを指摘しました。

life-dinner principle

名詞

(evolutionary biology) A principle of asymmetry in selective pressure between predators and prey.

日本語の意味
進化生物学における、捕食者と被食者の間で生死に関わるリスク(被食者の場合は命、捕食者の場合は夕食)に基づく選択圧の非対称性を示す原則。
英語の意味
(evolutionary biology) A principle of asymmetry in selective pressure between predators and prey.
このボタンはなに?

被食者が命を賭け、捕食者が失うのはせいぜい食事だけであるという選択圧の非対称性は、被食者がしばしば捕食者よりも迅速な逃避行動を進化させる理由を説明する。

principle of least astonishment

固有名詞

(software, user interface, design) A principle that the design should match the user's experience, expectations, and mental models.

日本語の意味
デザインがユーザの経験、期待、および心的モデルに合致するように設計されるべきである原則 / ユーザが操作時に驚かされないよう、直感的な設計を推奨する設計理念 / ユーザの予期する動作や見た目と整合性のあるデザインを目指す指針
英語の意味
(software, user interface, design) A principle that the design should match the user's experience, expectations, and mental models.
このボタンはなに?

新しいアプリを設計する際に、操作を予測しやすくするために、インターフェースはユーザーの経験や期待、メンタルモデルに一致するべきだという原則に従いました。

principle of least knowledge

固有名詞

(software, object-oriented programming) Synonym of Law of Demeter

日本語の意味
最小知識の原則: オブジェクト指向プログラミングにおいて、各オブジェクトが他のオブジェクトの内部構造や詳細な挙動を知らずに、必要最低限の情報のみを交換する設計原則。 / デメテルの法則: 上記の原則と同義で、オブジェクト間の結合を弱めるためのガイドラインとして提唱される考え方。
英語の意味
(software, object-oriented programming) Synonym of Law of Demeter
このボタンはなに?

サービス層を設計する際、オブジェクト間の結合を減らすためにデメテルの法則に従いました。

principle of sufficient reason

名詞

(philosophy) The proposition that nothing happens without a sufficient reason why it should be as it is and not otherwise.

日本語の意味
何事も十分な理由がなければ起こらないという原理 / あらゆる出来事には、その状態となる十分な理由が存在するという考え方 / 理由なしに何も起こらないとする命題
英語の意味
(philosophy) The proposition that nothing happens without a sufficient reason why it should be as it is and not otherwise.
このボタンはなに?

その哲学者は、何事も十分な理由なしには起こらないという原理が、すべての偶発的事象に説明を求めると主張した。

Three Principles of the People

固有名詞
歴史的

(historical) The political philosophy espoused by Sun Yat-sen and the Chinese Nationalist Party.

日本語の意味
三民主義 - 孫文と中国国民党が提唱した歴史的な政治哲学
英語の意味
(historical) The political philosophy espoused by Sun Yat-sen and the Chinese Nationalist Party.
このボタンはなに?

歴史家たちは、三民主義が現代中国のナショナリズムや共和制の改革にどのように影響を与えたかについて議論を続けている。

dictionaries on historical principles

名詞
活用形 複数形

plural of dictionary on historical principles

原形: dictionary on historical principles
日本語の意味
「historical principles に基づく dictionary(辞書)」の複数形。つまり、歴史的原則に基づいて作成された辞書が複数あることを示す形
英語の意味
plural of dictionary on historical principles
このボタンはなに?

司書たちは法用語の変遷を追うために、いくつかの歴史的原理に基づく辞書を参照した。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

アプリをダウンロード!
DiQt

DiQt(ディクト)

無料

★★★★★★★★★★