@[email protected] to Programmer [email protected] • 2 years agoEveryone should have a tool-building factory factory factoryi.ibb.coimagemessage-square58fedilinkarrow-up1583arrow-down117
arrow-up1566arrow-down1imageEveryone should have a tool-building factory factory factoryi.ibb.co@[email protected] to Programmer [email protected] • 2 years agomessage-square58fedilink
minus-square@[email protected]linkfedilink3•1 year ago I write modular code that accepts interfaces so I can test the components I want to test. basically dependency injection
minus-squareEthanlinkfedilink1•1 year 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.