this post was submitted on 27 Jul 2023
2053 points (99.0% liked)

Programmer Humor

32000 readers
775 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 1 year ago (4 children)

From my experience, devs be like:

Backend, yay! Frontend, nay! ... and I the end, not even the backend works properly.

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

So in the end, it doesn't even matter?

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

“Hey Bob, you did add a retry when you added that call to service X?

Umm, no?

Oh for fuck’s sake!”

All the fucking time.

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

I'm ops so I just get to enjoy how confused they get when their shit only works locally.

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

This is why I got all of our devs to start building with the target of a Docker container in mind.

And for the ones who still won't or can't wrap their brains around Docker, I run their shit through a Github Actions workflow that spits out their ugly baby as a Docker container. In the end, I don't give a shit what it is, your Rube-Goldberg piece of shit is getting stuffed into a Docker container.

"It works on my machine!" Yeah, well, your machine is now everyone's machine thanks to the magic of containers. Now fix your broken shit so PagerDuty doesn't call me at 3am again. Fuck.

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

I much rather frontend that backend, I like making things that people actually see.