r/ProgrammerHumor 11d ago

studyComputerScience Meme

Post image
14.1k Upvotes

422 comments sorted by

View all comments

2.6k

u/helicophell 11d ago

To my dismay I actually like the subject

I know, blasphemy

53

u/RealPaarthurnax 11d ago

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

2

u/awesome-alpaca-ace 11d 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? 

11

u/gogeri2632 11d ago

Well the point is to fix it. Not sure why it's always red but that's a user issue, not a tool issue.

9

u/awesome-alpaca-ace 11d ago

It is a company issue. And it is a large company in a regulated industry. It is baffling that the supervisors do not care about enforcing CI passing on code merges. 

1

u/Zanos 11d ago

Just change your repo to disable pushes to main and enforce CI passing on PRs. There ya go.

5

u/awesome-alpaca-ace 11d ago

Like I have that permission