isaqb-org / curriculum-ddd

Curriculum for the iSAQB Advanced Level module Domain-driven Design
0 stars 1 forks source link

Dependency Injection #9

Open mahboubagharbi opened 1 year ago

mahboubagharbi commented 1 year ago

I think it should be Dependency Inversion

mattes3 commented 1 year ago

Depends on what the author means.

With dependency injection, the direction of the dependency doesn't change. With dependency inversion, it does change.

mahboubagharbi commented 1 year ago

As far as I know, it was about integration patterns