this post was submitted on 11 Aug 2023
535 points (95.0% liked)

Programmer Humor

18961 readers
346 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
[–] [email protected] 29 points 1 year ago (1 children)

Counterpoint: watching little green checkmarks appear when my PR passes a pipeline step gives me dopamine

[–] [email protected] 2 points 1 year ago (1 children)

I'm a bit confused. I thought "build system" referred to systems like autotools, scons or cmake. How are they related to green checkmarks? Couldn't one also get green checkmarks when using a build shell script or makefile?

[–] [email protected] 2 points 1 year ago

Is a CI/CD pipeline not a build system?

(this isn't a "gotcha", I genuinely may have misunderstood the post)