Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that DI is a type of IoC #31679

Closed
wants to merge 1 commit into from
Closed

Conversation

Nijco
Copy link
Contributor

@Nijco Nijco commented Nov 24, 2023

The documentation currently states that Inversion of Control (IoC) and Dependency Injection (DI) are the same thing. Although the two terms are related, they are not synonymous, but DI is a type of IoC.

I believe this change is important because using the terms interchangeably really muddies the water about the meaning of these two fundamental concepts of software frameworks.

… not the same

A previous version of this document stated that Inversion of Control (IoC) and Dependency Injection (DI) are the same thing. Although the two terms are related, they are not synonymous, but DI is a type of IoC. 
I believe this change is important because using the terms interchangeably really muddies the water about the meaning of these two fundamental concepts of software frameworks.
@pivotal-cla
Copy link

@Nijco Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@Nijco Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Nov 24, 2023
@sbrannen sbrannen self-assigned this Nov 25, 2023
@sbrannen sbrannen added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Nov 25, 2023
@sbrannen sbrannen changed the title Update beans introduction to make clear, that DI is a type of Ioc and… Document that DI is a type of IoC Nov 25, 2023
@sbrannen sbrannen changed the title Document that DI is a type of IoC Clarify that DI is a type of IoC Nov 25, 2023
@sbrannen sbrannen added this to the 6.1.2 milestone Nov 25, 2023
@sbrannen sbrannen closed this in a56bf87 Nov 25, 2023
sbrannen added a commit that referenced this pull request Nov 25, 2023
@sbrannen
Copy link
Member

Hi @Nijco,

Congratulations on submitting your first PR for the Spring Framework! 👍

This has been merged into main in a56bf87 and revised in 23dc569.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants