this post was submitted on 06 Oct 2025
830 points (96.7% liked)

Programmer Humor

26799 readers
2907 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
 

Yeah learned this the hard way.

you are viewing a single comment's thread
view the rest of the comments
[–] pmk@lemmy.sdf.org 2 points 3 days ago (1 children)

Aha. I was part of a project where each dev had their own long running branch for non-specific work and this was the norm, but it always felt clunky. And often resulted in merge issues.

[–] sorter_plainview@lemmy.today 2 points 2 days ago (1 children)

That is a very weird setup. I have no clue why that flow is needed in the first place. Branches should be something disposable easily. What was the logic behind the setup? Any idea?

[–] pmk@lemmy.sdf.org 2 points 2 days ago

Oh I know the reason, nobody knew git and had just worked alone before.