15
you are viewing a single comment's thread
view the rest of the comments
[-] xmunk@sh.itjust.works 4 points 6 months ago

I'd call this pattern a service factory approach given what's being shown. Usually dependency injection hides the service specifics from the consumer. I'd say I want my class to have an iterator and some framework thing would assign a class to my constructor that fulfills that interface. This may seem like a pedantic point but at the level of distinguishing something as a dependency injection we're getting down to the really fine grained distinctions... pretty much everything needs to do sort of the same thing (build services into other services) and the different approaches are really just about how we specifically do that.

[-] Lmaydev@programming.dev 3 points 6 months ago

Dependency injection is the actual act of allowing dependencies to be injected. Which this does.

Creating a constructor that takes dependencies is DI.

Using something to inject them automatically is more inversion of control.

this post was submitted on 10 Mar 2024
15 points (85.7% liked)

Programming

16968 readers
285 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS