571
you are viewing a single comment's thread
view the rest of the comments
[-] tatterdemalion@programming.dev 2 points 3 years ago

Do you write unit tests with objects mocked via interfaces? Or polymorphism via interfaces? Those are the main reasons to use DI.

[-] fuck_u_spez@lemmy.fmhy.ml 1 points 3 years ago

I guess I have to start calling function invocation with generic parameters, fancy names (like "dependency injection" ^^)

[-] matto@lemm.ee 2 points 3 years ago* (last edited 3 years ago)

As I read somewhere:

Dependency Injection is a 25-dollar term for a 5-cent concept.

[-] tatterdemalion@programming.dev 1 points 3 years ago

Yea that works too.

[-] firelizzard@programming.dev 1 points 3 years ago

I use various strategies depending on what seems appropriate, including the two you mention. I've never felt the lack of DI.

this post was submitted on 08 Jul 2023
571 points (97.0% liked)

Programmer Humor

33017 readers
1072 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS