this post was submitted on 08 Jul 2023
560 points (97.1% liked)

Programmer Humor

18961 readers
346 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (2 children)

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

[–] [email protected] 1 points 1 year ago

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

[–] [email protected] 1 points 1 year ago (3 children)

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

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

As I read somewhere:

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

[–] [email protected] 1 points 1 year ago

Yea that works too.