@fuck_u_spez@lemmy.fmhy.ml to Programmer Humor@programming.dev • 2 years agoEveryone should have a tool-building factory factory factoryi.ibb.coimagemessage-square59arrow-up1589
arrow-up1589imageEveryone should have a tool-building factory factory factoryi.ibb.co@fuck_u_spez@lemmy.fmhy.ml to Programmer Humor@programming.dev • 2 years agomessage-square59
minus-square@occams_chainsaw@programming.devlinkfedilink4•2 years ago I write modular code that accepts interfaces so I can test the components I want to test. basically dependency injection
minus-squareEthanlinkfedilink2•2 years agoMaybe I’m misunderstanding what “dependency injection” means. When I hear “dependency injection” I think of a DI framework such as Unity, so I thought “using DI” meant using one of those frameworks.
basically dependency injection
Maybe I’m misunderstanding what “dependency injection” means. When I hear “dependency injection” I think of a DI framework such as Unity, so I thought “using DI” meant using one of those frameworks.