25
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 21 Oct 2024
25 points (100.0% liked)
TechTakes
1436 readers
125 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 1 year ago
MODERATORS
I found the git master branch naming controversy a bit misguided, since to my mind the analogy was more "master copy" or "master recording" than "master of a slave". This isn't IDE. Who names their VCS branch "slave"?
Well, I guess that guy does.
the thing is that the git branch naming was only one of the places among many where this was changed, and in many databases (and often other server-subsystem architectures) master/slave terminology was quite present. iirc there are still some that stick by it today (mostly out of direct choice by project maintainers)
it’s the same thing as whitelist/blacklist, vs allowlist/denylist (or others) - when there’s bad shit linked in baggage, and the cost of changing it (by habit and choice) isn’t all that much, there’s not really any reason to hold by the the old loaded shit
harm reduction comes in many forms
Yeah. I remember when the company I used to work for switched our style guide to allowlist/denylist and apart from That One Guy the overall reaction was a big "eh? sure, whatever". Nobody is out here pretending that this kind of change is going to completely end racism or even that it's going to have a major impact, but past a certain point continuing to casually throw the memory of chattel slavery around is just cringe.
Note that I was specifically talking about branch names in Git, where it's debatable if the default name "master" even originated from the master/slave nomenclature.
The problematic nature of the term is a lot more evident in other contexts where a counterpart of the "master" is in fact called a "slave". Whether that's reason enough to change the names in any particular instance is not something I'll comment on.
In a better world, this would've probably been a solid argument for letting the master/slave naming convention stick around. We don't live in a better world.