bort@sopuli.xyz to Programmer Humor@programming.dev · 7 months agoSTOP DOING DEPENDENCY INJECTIONsopuli.xyzimagemessage-square68fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageSTOP DOING DEPENDENCY INJECTIONsopuli.xyzbort@sopuli.xyz to Programmer Humor@programming.dev · 7 months agomessage-square68fedilink
minus-squarecadekat@pawb.sociallinkfedilinkarrow-up0·6 months agoI’m using value in the loosest sense, like how all objects are values. So now if you have three implementations of IProductService, how do you know which one is configured?
I’m using value in the loosest sense, like how all objects are values.
So now if you have three implementations of
IProductService
, how do you know which one is configured?