723
master vs main
(sh.itjust.works)
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.
I wish there were a good alternative to
master
andslave
that still had the connotation that the master did all the thinking and issued the orders, while the slave blindly obeyed. There are a fair number of protocols that work like that, and the alternatives I've seen don't capture that dynamic very well.I've seen
Parent
andChild
, but children definitely don't always do what the parent commands. I've seenLeader
andFollower
, but again, followers don't just blindly obey, they often let the leader take initiative, but they have some autonomy. MaybeQueen
andDrone
? I don't know enough about bees or ants to know if that's accurate though.Perhaps people offended by the usage of master/slave in IT need to understand it isn't talking about people
I’ve now got an image in my head of a new satanic panic around daemons and wizards in IT.
It would at least be a little more understandable, what with the whole aborting, terminating, or killing children before the parents to prevent zombies.
I don't think there's much effort to get us to use different terms for that though. Slaved machines and programs though (what's the word got to do with it anyway? It's still going to be one thing directing another and the second following without question)