bugsmith@programming.dev to Programming@programming.dev · 1 year agoWhat even is “Dependency Injection”? (a practical example using Go)medium.comexternal-linkmessage-square4fedilinkarrow-up118arrow-down13cross-posted to: golang@programming.dev
arrow-up115arrow-down1external-linkWhat even is “Dependency Injection”? (a practical example using Go)medium.combugsmith@programming.dev to Programming@programming.dev · 1 year agomessage-square4fedilinkcross-posted to: golang@programming.dev
minus-squareVoterFrog@lemmy.worldlinkfedilinkarrow-up3·1 year agoIt does and they’re kinda weird (if you’re used to more like Java-style interfaces). It flips the dependency between the interface and implementor on its head. Worth looking it up, it’s interesting.
It does and they’re kinda weird (if you’re used to more like Java-style interfaces). It flips the dependency between the interface and implementor on its head. Worth looking it up, it’s interesting.