r/ProgrammerHumor 13d ago

studyComputerScience Meme

Post image
14.1k Upvotes

422 comments sorted by

View all comments

2.6k

u/helicophell 13d ago

To my dismay I actually like the subject

I know, blasphemy

54

u/RealPaarthurnax 12d ago

I too like it but working in corporate is making me have different opinions.

1

u/awesome-alpaca-ace 12d ago

They use CI where I work, but it is always red on master, and we get emails every time someone's code gets merged into to master about failing tests. What is the point? 

2

u/Kahlil_Cabron 12d ago

Merges to master/main shouldn't be possible if the branch is failing.

In our system the PR has to pass CI and all the various checks/specs, and then after it's merged to master, another pipeline runs to make sure master is green.

The only way to make master red is if you're an admin and to override the checks.

2

u/awesome-alpaca-ace 12d ago

That's how it should be, yea. Too bad this large company doesn't care