this post was submitted on 20 May 2024
1483 points (97.7% liked)

Programmer Humor

18396 readers
736 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] henfredemars@infosec.pub 9 points 1 month ago (1 children)

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

[–] dejected_warp_core@lemmy.world 2 points 1 month ago (1 children)

Also that's likely a team that doesn't use a branching workflow, has poor review on merges, and/or using Git like it's SVN.

[–] henfredemars@infosec.pub 2 points 1 month ago (1 children)

How optimistic. At my last workplace I got us to finally stop using zip files for version control. This was at a fortune 500 company.

The utility of software is so great that even terrible processes are still functional to some degree.

[–] dejected_warp_core@lemmy.world 2 points 1 month ago (1 children)

A times B times C equals X. If X is more than the cost of a failure or security breach, we don't fix the software.

Are there a lot of these kinds of problems?

You wouldn't believe.

Which Fortune 500 company do you work for?

A major one.

[–] henfredemars@infosec.pub 2 points 1 month ago (1 children)

I now work for a small business but in the interest of not getting bitten in the ass I don’t wish to give the name of my previous employer. It was a large defense contractor, but our values didn’t align so I moved on when I found another opportunity to put food on the table. I know that’s not a satisfying answer but I’m here for entertainment value and the opportunity cost might not be worth it. My main point was that even though they have the money they didn’t see the value in good software process.

All the time! We would leave bugs unfixed even if the fix was trivially easy because management felt productive listing it as a cost savings. Software maintenance was seen as a necessary evil.

[–] dejected_warp_core@lemmy.world 2 points 1 month ago

Software maintenance was seen as a necessary evil.

The most important lesson I learned about the economics of software is that sourcecode is always accounted as a liability and not an asset. Accountants will never let you code your way into more value. Everything else you see stems from that truth.