MongoDB Shell
The MongoDB Shell (mongosh) lets you connect to MongoDB to work with your data and configure your database.
Help us improve the MongoDB Shell by posting your ideas and suggestions for improvements.
To report bugs, please use our MONGOSH JIRA project.
1 result found
-
Change naming conventions to more inclusive terms. For example "slaveDelay" to "workerDelay" or "rs.isMaster" to "rs.isMain"
There is an initiative in the tech community to replace non-inclusive terms with more inclusive ones and I'd like to get the community's take on it. I think the biggest offenders are terminology referring to "slaves" and "masters", but I'm sure there are others that might fall into that category. Although I'm sure nobody meant any harm by using these terms, I think we can and should do better.
I'm currently working my way through the m103 replication course and I see in replication configuring there's a term "slaveDelay". Also a "rs.isMaster()" method. I'm suggesting replacing "slave" with "worker" and…
1 vote
- Don't see your idea?