this post was submitted on 23 Jun 2026
86 points (92.2% liked)

Programmer Humor

31948 readers
379 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 3 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] python@lemmy.world 2 points 2 hours ago

well yeah, in an enterprise project we would say "chore(test)". Semantic release ftw!

[–] tdgoodman@lemmy.dbzer0.com 4 points 6 hours ago

I cannot give you a 100% for consistency. You have three inconsistent check in messages: 'tet', 'FueraEstanciaRowRename', and 'Revert "test"'. You must be uniformly informative with your messages.

[Test] around and find out

[–] AstroLightz@lemmy.world 27 points 17 hours ago (1 children)

You don't just write your entire project, then make your first commit?

/j

[–] irelephant@lemmy.dbzer0.com 9 points 12 hours ago (1 children)

I do kinda do that with the initial commit (don't commit anything until I have something really basic that works). It feels awkward to commit code that does nothing.

[–] wpb@lemmy.world 7 points 11 hours ago

That's all I ever commit

[–] con_fig@programming.dev 54 points 21 hours ago (1 children)

👏 Learn 👏 to 👏 squash 👏 those 👏 commits 👏

[–] fibojoly@sh.itjust.works 12 points 16 hours ago

Seriously. My colleague does the same shit and it made me so mad until I realised he was on his branch. Then I was like, whatever, as long as you do a proper MR.

[–] Witchfire@lemmy.world 11 points 16 hours ago

You need to learn refactoring/squashing

[–] olenkoVD@lemmy.dbzer0.com 17 points 19 hours ago (1 children)
[–] towerful@programming.dev 28 points 21 hours ago (11 children)

Yeh I use git (git commit --amend)

load more comments (11 replies)
[–] somegeek@programming.dev 14 points 19 hours ago

A dev on windows? Of course that's your git log!

[–] exu@feditown.com 24 points 22 hours ago (16 children)

rebase & fixup or reset are your friends

[–] jerkface@lemmy.ca 10 points 21 hours ago (1 children)

I love editing history. Fix the bug in the change that introduced it!

[–] we_need_more_dwellings@piefed.world 11 points 20 hours ago (1 children)

Then force-push, and fuck up someone's day!

[–] thoughtfuldragon@lemmy.blahaj.zone 9 points 19 hours ago* (last edited 19 hours ago) (3 children)

git branches are free
work in your tree
til the changes are ready
300 git push --force-with-lease a day and nobody mad

[–] Evotech@lemmy.world 2 points 16 hours ago (1 children)

Continuous integration is better. Fight me

[–] thoughtfuldragon@lemmy.blahaj.zone 4 points 14 hours ago (1 children)

Nothing about continuous integration prevents you from using a branch to prepare your changes.

[–] Evotech@lemmy.world 1 points 14 hours ago* (last edited 13 hours ago) (1 children)

Yes, if you use feature branches its literally not continuous. It’s adjacent though.

Continuous Integration is a software development practice where each member of a team merges their changes into a codebase together with their colleagues changes at least daily

Meaning everything is in a version controlled mainline

People disagree about what CI is, but that’s the definition i subscribe to

[–] exu@feditown.com 1 points 13 hours ago (2 children)

So does everyone work directly on main all the time? Do all of you work on the same project or are there multiple with one person per project? How do you work around the broken code your coworker just pushed so you can finish your tasks?

[–] Evotech@lemmy.world 2 points 12 hours ago* (last edited 12 hours ago) (2 children)

Yea you always work on main on the same project.

You don’t push broken code. You always need to keep mainline healthy

It takes some special considerations, but the benefits are great.

[–] exu@feditown.com 1 points 3 hours ago

That doesn't stop you from removing your test commits before pushing

[–] kewjo@lemmy.world 2 points 12 hours ago (1 children)

so when something breaks both devs, the one who made the previous change and the person pushing new, have to work together to solve the issue? no PRs or is everything a fork? do you revert and rebase every change?

[–] Evotech@lemmy.world 2 points 12 hours ago* (last edited 12 hours ago)

You revert the broken commit usually.

https://martinfowler.com/articles/continuousIntegration.html

This is a good article on the topic

[–] Gonzako@lemmy.world 1 points 13 hours ago

I personally make feature files. So if i'm working on FactorySeederModemLookupVector.ts someone elses could work on ☝️🥵🙏.php without bothering each other. Tho, my collabs have been ones with a LOT of communication.

load more comments (2 replies)
load more comments (15 replies)
[–] copacetic@discuss.tchncs.de 13 points 21 hours ago

Looks like a normal branch where someone debugs some GitHub workflow.

[–] one_old_coder@piefed.social 11 points 20 hours ago (1 children)

Is it humor because we make fun of you?

load more comments (1 replies)
[–] leo85811nardo@lemmy.world 5 points 19 hours ago

Me when learning GH Actions/CI/CD

[–] folekaule@lemmy.world 6 points 21 hours ago

I see I'm not the only one fighting with CI/CD pipelines.

[–] Luminous5481@anarchist.nexus 4 points 19 hours ago

nonsense, I would never use windows

load more comments
view more: next ›