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
[–] AdamEatsAss@lemmy.world 28 points 3 months ago (2 children)

As a senior dev I can confidently tell you that isn't a bug. The code was written to do it that way, and the code is right, so it must be right. Maybe there is a bug in what you think it should do.

[–] Mad_Punda@feddit.de 9 points 3 months ago (1 children)

The only difference between bugs and features is documentation.

[–] embed_me@programming.dev 5 points 3 months ago

But there is no documentation

[–] 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