562
you are viewing a single comment's thread
view the rest of the comments
[-] CoderKat@lemm.ee 38 points 1 year ago

As annoying as it is when someone else breaks the CI pipeline on me, it is utterly invaluable for keeping the vast majority of commits from being able to break other people (and from you breaking others). I can't imagine not having some form of CI to preventing merging bad code.

[-] csm10495@sh.itjust.works 8 points 1 year ago

You should have seen my last job.

[-] rambaroo@lemmy.world 4 points 1 year ago

Hah, or my current one. Before we had CI you just directly committed to master (on SVN). It was incredible how unstable our build was. It broke basically everyday. Then one of the senior back end guys got promoted to architect and revamped the whole thing. Probably saved the company tens of millions dollars in man hours, at the very least.

Even better is when you restrict merges to trunk/main/master/develop (or whatever you call it) to only happen from the CI bot *after all tests (including builds for all supported platforms) pass. Nobody else breaks the CI pipiline, because breaking changes just don't merge. The CI pipeline can test itself!

[-] TheBananaKing@lemmy.world 3 points 1 year ago

I often wonder if there isn't some goodharty kind of local-maximum trap hiding in this..

this post was submitted on 11 Aug 2023
562 points (95.2% liked)

Programmer Humor

19315 readers
1 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