SoftwareEngineeringConcepts

From HerzbubeWiki

Jump to: navigation, search

Contents

About this page

On this page I try to compile concepts from the Software Engineering field that have caught my eye for one reason or other. What little content there is is still rather unorganized.

Note: The Book References page is slightly related.


Glossary

No terms yet...


Architecture / Design

Dependency Injection

Source

I came across Dependency Injection in this informIT article, which is an interview with the GoF in honor of the 15 year anniversary of their "Design Patterns" book. They suggest Dependency Injection as a new pattern that could be included in a revised/refactored version of their book.


References


My notes

The basic intent is to decouple an object from

  1. The creation of its dependencies
  2. How the dependencies are added

Dependency Injection is also referred to as "DI".


Other

Nothing here yet.

Personal tools
francesca