this post was submitted on 14 Nov 2023
646 points (96.9% liked)

Programmer Humor

19618 readers
783 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
 

Move fast and break things.
Merge vulnerabilities.
Double the work.
Merge code without tests.
Anything, but don't let code become stale.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] vrkr@programming.dev 9 points 1 year ago* (last edited 1 year ago)

Something like that happened to me yesterday. I reviewed one PR, then some Important Guy came in and said:

  • it is nice you reviewed my work, but we need to push this to production right now.
  • just fix these things, I described you how. Just copy/paste these snippets
  • these are cosmetics, I don't care
  • "cosmetics", huh? Your shit may just crash
  • gfy and push this to production right now
  • well, ok

Of course, lack of these "cosmetics" caused crash in production. It's my fault of course.

[–] MeanEYE@lemmy.world 8 points 1 year ago

Am not sure I disagree but I don't agree completely. It's insane to merge things that go to production without testing. However at the same time I don't like continuous integration one bit. Open source mantra is great in my opinion. Release early, release often. If code chews some important data, have a test version of it that needs to run some time before it gets pushed to production.

Delaying merge of someone's code means branches get further and further apart. At the same time code in main branch gets fixed and tested the most. I would merge often but only full features. None of the half-done stuff. Let humans test it a bit before it reaches target audience. That is usually good enough to catch most bugs. Those that do happen to leak into production are easily fixed since you have fast development cycle and deployment pipeline. And backup frequently.

[–] aaaaaaadjsf@hexbear.net 5 points 1 year ago

"Xtreme programming practices".

Lmao what!

[–] Locrin@lemmy.world 5 points 1 year ago

Does he work at Rivian?

[–] schnurrito@discuss.tchncs.de 5 points 1 year ago (1 children)

I mean this is basically a wiki, isn't it.

[–] Shinji_Ikari@hexbear.net 6 points 1 year ago (1 children)

A typo in the first paragraph of the article in a wiki wont make the 5th paragraph tear down the entire wiki.

[–] schnurrito@discuss.tchncs.de 3 points 1 year ago

you'd be surprised how complex MediaWiki syntax is nowadays, there are many ways to break things on a wiki

[–] Diplomjodler@feddit.de 4 points 1 year ago (1 children)

Test it? Meh. Just ship it.

load more comments (1 replies)
[–] ikidd@lemmy.world 4 points 1 year ago

The "send it" school of PRs.

[–] halvo317@sh.itjust.works 3 points 1 year ago

You guys review?

[–] chicken@lemmy.dbzer0.com 3 points 1 year ago

I wonder how many programmers out there have intentionally set out to subtly sabotage the system. Anyone doing that, good luck to you.

[–] SonnyVabitch@lemmy.world 3 points 1 year ago

Pete was Heard, but was he Listened To?

[–] Space_Racer@lemm.ee 3 points 1 year ago

As a SOC auditor you programmers are going to make me scream at the exceptions you guys cause.

[–] Devi@beehaw.org 2 points 1 year ago

This explains what is going on a facebook.

load more comments
view more: ‹ prev next ›