this post was submitted on 09 Dec 2025
154 points (97.5% liked)

Programmer Humor

41225 readers
38 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] eldavi@lemmy.ml 14 points 2 months ago

i was told to change the name of master recently because it carries with it the negative connotation of slavery. ie master/slave

master hasn't been updated in almost 15 years and there's no way in hell i'm going to touch that. lol

[–] ReginaPhalange@lemmy.world 6 points 2 months ago (2 children)

... Isn't master the current production code? How do you get a master that haven't been touched in 15 years?

[–] Blaiz0r@lemmy.ml 8 points 2 months ago (1 children)

Because you have a terrible branching strategy

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

73 feature branches in active development (most for several months), and one intern (currently on m/paternity leave) responsible for merging them. Check! In the meantime, several branches deployed to prod behind a reverse proxy with feature flags.

[–] lengau@midwest.social 5 points 2 months ago* (last edited 2 months ago)

I think OP is talking about the fact that most new projects use "main" now, so "master" likely indicates an older project.

[–] pHr34kY@lemmy.world 3 points 2 months ago

Checkout followed by 400 build errors because your entire toolchain and build pipeline has changed since you last touched it.

[–] xia 2 points 2 months ago

When branches don't check out... that's a problem.