File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ Glossary
12
12
configuration, and an optional configuration system.
13
13
14
14
Dependency Injection
15
- The Dependency Injection is a design pattern highly used in Symfony2 Framework.
16
- It encourages less coupled and more maintainable architecture of an application.
17
- The main principle of this pattern is that it allows developers to *inject * objects
18
- (also known as services) in other objects, passing generally it as parameters.
15
+ The Dependency Injection is a design pattern highly used in the Symfony2 Framework.
16
+ It encourages loosely coupled and more maintainable architecture of an application.
17
+ The main principle of this pattern is that it allows developers to *inject * into other objects
18
+ (also known as services) in other objects, generally passing them as parameters.
19
19
Different levels of coupling between these objects can be established
20
20
depending on the method used to inject objects together.
21
21
The Dependency Injection pattern is the more often associated
You can’t perform that action at this time.
0 commit comments