this post was submitted on 20 May 2024
17 points (100.0% liked)

Programmer Humor

19149 readers
1219 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
 
all 15 comments
sorted by: hot top controversial new old
[–] jnk@sh.itjust.works 2 points 3 months ago (1 children)

Everything is open source for this guy after using this simple trick. Big techs HATE him!

[–] JCreazy@midwest.social 0 points 3 months ago (1 children)

It seems like I'm constantly finding bugs in businesses' apps. Do they not have people test them?

[–] KillingTimeItself@lemmy.dbzer0.com 0 points 3 months ago (1 children)

they test them...

Whether they do anything with that testing is another story,.

[–] chocoladisco@feddit.de 0 points 3 months ago

We are supposed to be testing them? /s

[–] hsdkfr734r@feddit.nl 0 points 3 months ago (1 children)

Let the patch be part of the code for one or two minor releases. Then revert the changes of the patch.

[–] victorz@lemmy.world 0 points 3 months ago (1 children)

Why would they do that? Talk about generating mistrust.

[–] henfredemars@infosec.pub 0 points 3 months ago (1 children)

It may not be malice. Incompetence.

[–] jaybone@lemmy.world 0 points 3 months ago (1 children)

They are going to “accidentally” remove a fix?

[–] henfredemars@infosec.pub 1 points 3 months ago (1 children)

By not understanding how version control works. I've worked at places that had a surprising number of developers who would just merge things in ways that drop code from other developers.

[–] siipale@sopuli.xyz 0 points 3 months ago (1 children)

Can you give an example how that would happen?

[–] henfredemars@infosec.pub 1 points 3 months ago

It’s pretty straightforward. Merge conflicts? No such thing! Just make my version the next version.