346
Morge continvoucly (discuss.tchncs.de)
you are viewing a single comment's thread
view the rest of the comments
[-] Gyroplast@pawb.social 81 points 2 months ago
[-] credo@lemmy.world 37 points 2 months ago
[-] apotheotic@beehaw.org 25 points 2 months ago
[-] Avicenna@programming.dev 3 points 2 months ago* (last edited 2 months ago)

You gotto love how the AI took the axis on the left, was confused enough from its tail that it thought it must be pointing in the opposite direction to development flow and then went "welp if it is going in the other direction, the label "time" must be a typo. Ima make it Tim the time traveller instead". Ofcourse none of it happened like this, but I would like to imagine that it did.

[-] Skullgrid@lemmy.world 24 points 2 months ago

holy fuck, it's basically the time I followed a tutorial for generating "a witch" for AI art, and ended up with a horribly mangled MTG card

[-] Ephera@lemmy.ml 12 points 2 months ago

Wow, it stole it badly enough that it might not count as copyright infringement in court, but it also stole it badly enough that it isn't useful at all.

[-] pizza_the_hutt@sh.itjust.works 10 points 2 months ago

It's still not a bad system if you have to support and provide bugfixes for multiple versions of software. However, if you only support the latest version and only create bug fixes and features based on the latest release or main branch, then git-flow is way overkill.

[-] lmmarsano@group.lt 14 points 2 months ago

It's an atrocious, pointlessly complicated system resulting in convoluted project histories prone to confusion. Trunk-based development with sensible tags of releases & hotfixes achieves the same thing without the junk complexity. Git flow isn't overkill, it's just ill-conceived.

[-] thesmokingman@programming.dev 4 points 2 months ago

This is a joke, right? OneFlow isn’t trunk-based development and is actually gitflow with different steps. I have yet to see any org actually use trunk-based development mostly because I’ve not seen cherry-picking from the trunk adopted at any large scale.

[-] chunkystyles@sopuli.xyz 5 points 2 months ago

I pushed my team to use trunk based development. We did cherry-picks from trunk to release branches for a couple years with no issues. Since then, I've written a GitHub action that automates the cherry-picks based on tickets in the commit messages.

But even before the automation, it drastically improved our dev processes.

We weren't on Git Flow exactly, but it was a bastardized version of it.

Having used TBD successfully for like 5-6 years now. I can't imagine using Git Flow.

[-] NigelFrobisher@aussie.zone 2 points 2 months ago

I dream of getting back to TBD.

[-] draycs@lemmy.world 3 points 2 months ago

What is large scale to you? We have 100-200 developers doing something fairly close to trunk based development. Including cherry picking from trunk when possible (not always practical for sufficiently old release branches)

this post was submitted on 17 Feb 2026
346 points (98.3% liked)

Programmer Humor

31231 readers
2330 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