1577 search resultsShowing 1~20 results

Stocked

DI:Dependency Injection

DIとは 依存性の注入。 使いたいオブジェクトを直接はnewせず外部から渡してもらうようにする。(コンストラクタを呼び出す側でnewしてもらうなど) 依存とは クラスAがクラスBに依存している=...

0
0
Comment0
rnk0085

@rnk0085

Dependency injection(DI)とは?

はじめに Dependency injection in Androidを読んで、個人的にかなりコンパクトにまとめました。 ※間違っている部分があれば指摘し ...

2
3
Comment0
toris-birds

@toris-birds

[備忘録]Dependency Injectionについて

※分かりやすさのために、一部の用語を、一般的な表現に置き換えてあります。 ※参考資料(MSDN)の内容を参考にしていますが、かなり加筆してあります。 DI(Dependency

1
5
Comment0
AOKINAO

@AOKINAO

DI(Dependency Injection)の概要

この記事は何か  少し前に話題になったクリーンアーキテクチャーの中で出てきたDI(Dependency Injection: 依存性の注入)について、自分な ...

31
26
Comment0
shthshn

@shthshn

PHPでDI(Dependency Injection

何かと話題のPHPでのDIについてまとめてみました。 そもそも DI(Dependency Injection)ってなんぞ? その名の通り、 __依存性(

162
146
Comment0
takmot

@takmot

DI(Dependency Injection)のサンプル

DI関連の記事をいくつか読んで、大体の使い方はわかったが、 自分で書かないと腑に落ちない部分もあったため、書いてみたサンプルです。 そのためDIの説明的なものは特に触れません。 以下コンストラク...

2
2
Comment0

1577 search resultsShowing 1~20 results

Related tags searched

dependency

24post

1follow

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in