Skip to content

Commit

Permalink
Update Frequently_Asked_Questions.md
Browse files Browse the repository at this point in the history
Renamed section
  • Loading branch information
cowwoc authored Sep 21, 2024
1 parent ef4f55a commit 9da1e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/Frequently_Asked_Questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Notice that we're no longer able to declare `locale` as a `final` variable. This
What happens if someone forgets to invoke the setter method?
* Instances are no longer immutable.

### What about Dependency Injection?
### What about Constructor Injection?

To reiterate, both the Service Locator and Dependency Injection design patterns are valid instances of
Inversion of Control, but each has its own strengths and weaknesses.
Expand Down Expand Up @@ -184,4 +184,4 @@ For example:
and [Closeable](http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html) into a single class.

The size of the Guava library is 2.8MB.
The size of the Pouch's targeted functionality is easier to use and smaller with a file size of 18KB.
The size of the Pouch's targeted functionality is easier to use and smaller with a file size of 18KB.

0 comments on commit 9da1e91

Please sign in to comment.