this post was submitted on 06 Oct 2025
296 points (90.2% liked)

Programmer Humor

26827 readers
1972 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
you are viewing a single comment's thread
view the rest of the comments
[–] Sibshops@lemmy.myserv.one 7 points 5 days ago (1 children)

It just bothers me that "master" branch is a misnomer. It's a hold over from CVS/SVN where there was actually a central authoritative branch. I'm not necessary saying the other reasons don't have merit, as well.

[–] LedgeDrop@lemmy.zip 2 points 5 days ago (1 children)
[–] tdawg@lemmy.world 3 points 5 days ago (1 children)

I always rename it to "dev." Hard to have any problems or confusion with that

[–] onlinepersona@programming.dev 2 points 4 days ago (1 children)

dev is confusing it implies it's not the stable branch, no? Or was the master branch never stable for you?

[–] tdawg@lemmy.world 1 points 4 days ago (1 children)

The only time I merge unstable code is behind a feature flag

[–] onlinepersona@programming.dev 1 points 4 days ago

Then what's the reasoning behind "dev"?