this post was submitted on 20 Jul 2025
2 points (100.0% liked)

Programmer Humor

26673 readers
1489 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 2 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] mspencer712@programming.dev 2 points 2 months ago

Devs make mistakes. We want to put up guardrails so mistakes don’t hurt us so much.

Please don’t deliberately line the guardrails with barbed wire.

[–] qaz@lemmy.world 1 points 2 months ago (2 children)

The real problem is merging before waiting for that one slow CI pipeline to complete

[–] nous@programming.dev 2 points 2 months ago

One problem is GHs auto-merge when ready button. It will merge when there are still tests running unless they are required. It would be much better if the auto merges took into account all checks and not just required ones.

[–] PotatoesFall@discuss.tchncs.de 2 points 2 months ago

gitlab has a feature where you can set it to auto-merge when and if the CI completes successfully

[–] alienzx@feddit.nl 0 points 2 months ago

You work somewhere where the tests don't always fail???