this post was submitted on 28 Apr 2024
165 points (97.1% liked)

Programmer Humor

31748 readers
488 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

I found the last bug in my program!

you are viewing a single comment's thread
view the rest of the comments
[–] neclimdul@lemmy.world 9 points 3 months ago (1 children)

It sounds like a joke but as another senior dev, one of the big lessons I've learned is getting really good at capturing all the requests that come in and who approved them.

It's a bit of cya, but mostly so I can say "I can change that but it's not a bug. It's what was requested for this to do last year. Here's the discussion" It's surprising how often that results in "Oh yeah, that was for x. Let's not touch it." Or "oh that's not a quick fix, let me come back with more information" etc