this post was submitted on 08 Jul 2023
501 points (97.4% liked)

Programmer Humor

24287 readers
625 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] firelizzard@programming.dev 7 points 2 years ago (16 children)

I've been working primarily in Go for the past five years, including some extremely complex projects, and I have never once wished I had dependency injection. It has been wonderful. I have used dependency injection - previously I worked on a C# project for years, and that used DI - but I adore Go's simplicity and I never want to use anything else (except for JS for UI, via Electron or Wails for desktop).

[–] tatterdemalion@programming.dev 2 points 2 years ago (4 children)

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 2 years ago (2 children)

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

load more comments (2 replies)
load more comments (13 replies)