Word for the removal of a marked property [closed]What is the proper name of a “line account”?Word to describe 100% success in an examConveying Data Collection/Storage Using One WordWord to describe something which exists both in the mortal world and the afterlife?Single word for a thing being described in a legend (i.e., a table such as on a map)The feeling of a storm approachingWhat is a word to indicate a single item when multiple items are available elsewhere?Neutral word for saying that a task is finished, without denoting success or failureSingle word meaning last of twoWord that means good deed, offering, contribution
Can I use 1000v rectifier diodes instead of 600v rectifier diodes?
How can I close a gap between my fence and my neighbor's that's on his side of the property line?
Survey Confirmation - Emphasize the question or the answer?
My ID is expired, can I fly to the Bahamas with my passport
What does air vanishing on contact sound like?
Any examples of headwear for races with animal ears?
LT Spice Voltage Output
Is it always OK to ask for a copy of the lecturer's slides?
Unexpected email from Yorkshire Bank
How could a planet have most of its water in the atmosphere?
Why is the SNP putting so much emphasis on currency plans?
Why is Arya visibly scared in the library in S8E3?
Power LED from 3.3V Power Pin without Resistor
Pressure to defend the relevance of one's area of mathematics
How does NAND gate work? (Very basic question)
Map one pandas column using two dictionaries
How to reply this mail from potential PhD professor?
Historically, were women trained for obligatory wars? Or did they serve some other military function?
If Earth is tilted, why is Polaris always above the same spot?
I caught several of my students plagiarizing. Could it be my fault as a teacher?
What are the spoon bit of a spoon and fork bit of a fork called?
Applying a function to a nested list
Password expiration with Password manager
What word means "to make something obsolete"?
Word for the removal of a marked property [closed]
What is the proper name of a “line account”?Word to describe 100% success in an examConveying Data Collection/Storage Using One WordWord to describe something which exists both in the mortal world and the afterlife?Single word for a thing being described in a legend (i.e., a table such as on a map)The feeling of a storm approachingWhat is a word to indicate a single item when multiple items are available elsewhere?Neutral word for saying that a task is finished, without denoting success or failureSingle word meaning last of twoWord that means good deed, offering, contribution
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
The use-case I'm working with is pretty simple. A record can be marked as deleted or removed by a method I named mark_deleted. However I can't find a good word for the reverse, the closest I've come is simply unmark but I feel like there should be a better option.
single-word-requests word-choice
closed as off-topic by tchrist♦ Mar 30 at 3:58
- This question does not appear to be about English language and usage within the scope defined in the help center.
add a comment |
The use-case I'm working with is pretty simple. A record can be marked as deleted or removed by a method I named mark_deleted. However I can't find a good word for the reverse, the closest I've come is simply unmark but I feel like there should be a better option.
single-word-requests word-choice
closed as off-topic by tchrist♦ Mar 30 at 3:58
- This question does not appear to be about English language and usage within the scope defined in the help center.
At that point aren’t you just keeping the record?
– Jim
Mar 29 at 16:52
I'm voting to close this question as off-topic because choosing names, particularly program identifiers, is explicitly out of scope for our site according to our Help Center.
– tchrist♦
Mar 30 at 3:58
add a comment |
The use-case I'm working with is pretty simple. A record can be marked as deleted or removed by a method I named mark_deleted. However I can't find a good word for the reverse, the closest I've come is simply unmark but I feel like there should be a better option.
single-word-requests word-choice
The use-case I'm working with is pretty simple. A record can be marked as deleted or removed by a method I named mark_deleted. However I can't find a good word for the reverse, the closest I've come is simply unmark but I feel like there should be a better option.
single-word-requests word-choice
single-word-requests word-choice
edited Mar 29 at 11:32
Chris Rogers
864211
864211
asked Mar 29 at 11:10
3limin4t0r3limin4t0r
1084
1084
closed as off-topic by tchrist♦ Mar 30 at 3:58
- This question does not appear to be about English language and usage within the scope defined in the help center.
closed as off-topic by tchrist♦ Mar 30 at 3:58
- This question does not appear to be about English language and usage within the scope defined in the help center.
At that point aren’t you just keeping the record?
– Jim
Mar 29 at 16:52
I'm voting to close this question as off-topic because choosing names, particularly program identifiers, is explicitly out of scope for our site according to our Help Center.
– tchrist♦
Mar 30 at 3:58
add a comment |
At that point aren’t you just keeping the record?
– Jim
Mar 29 at 16:52
I'm voting to close this question as off-topic because choosing names, particularly program identifiers, is explicitly out of scope for our site according to our Help Center.
– tchrist♦
Mar 30 at 3:58
At that point aren’t you just keeping the record?
– Jim
Mar 29 at 16:52
At that point aren’t you just keeping the record?
– Jim
Mar 29 at 16:52
I'm voting to close this question as off-topic because choosing names, particularly program identifiers, is explicitly out of scope for our site according to our Help Center.
– tchrist♦
Mar 30 at 3:58
I'm voting to close this question as off-topic because choosing names, particularly program identifiers, is explicitly out of scope for our site according to our Help Center.
– tchrist♦
Mar 30 at 3:58
add a comment |
2 Answers
2
active
oldest
votes
Go for a single method that will remove the mark when is exists and add/set the mark when it doesn't and call it "toggle_deleted"
The verb "to toggle" is used in computing to switch or alternate between two settings, conditions, functions, etc. by means of a toggle. 1
add a comment |
If something is deleted, and you undelete it, what you are doing is restoring it.
Therefore, to me, the clearest opposite to mark_deleted is mark_restored.
Of course, you could also use synonyms like recovered—or even undeleted itself, if you don't mind its non-positive sense.
This also presumes that if something is neither deleted nor restored, it has no mark_ terminology associated with it.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Go for a single method that will remove the mark when is exists and add/set the mark when it doesn't and call it "toggle_deleted"
The verb "to toggle" is used in computing to switch or alternate between two settings, conditions, functions, etc. by means of a toggle. 1
add a comment |
Go for a single method that will remove the mark when is exists and add/set the mark when it doesn't and call it "toggle_deleted"
The verb "to toggle" is used in computing to switch or alternate between two settings, conditions, functions, etc. by means of a toggle. 1
add a comment |
Go for a single method that will remove the mark when is exists and add/set the mark when it doesn't and call it "toggle_deleted"
The verb "to toggle" is used in computing to switch or alternate between two settings, conditions, functions, etc. by means of a toggle. 1
Go for a single method that will remove the mark when is exists and add/set the mark when it doesn't and call it "toggle_deleted"
The verb "to toggle" is used in computing to switch or alternate between two settings, conditions, functions, etc. by means of a toggle. 1
answered Mar 29 at 11:37
HBruijnHBruijn
35818
35818
add a comment |
add a comment |
If something is deleted, and you undelete it, what you are doing is restoring it.
Therefore, to me, the clearest opposite to mark_deleted is mark_restored.
Of course, you could also use synonyms like recovered—or even undeleted itself, if you don't mind its non-positive sense.
This also presumes that if something is neither deleted nor restored, it has no mark_ terminology associated with it.
add a comment |
If something is deleted, and you undelete it, what you are doing is restoring it.
Therefore, to me, the clearest opposite to mark_deleted is mark_restored.
Of course, you could also use synonyms like recovered—or even undeleted itself, if you don't mind its non-positive sense.
This also presumes that if something is neither deleted nor restored, it has no mark_ terminology associated with it.
add a comment |
If something is deleted, and you undelete it, what you are doing is restoring it.
Therefore, to me, the clearest opposite to mark_deleted is mark_restored.
Of course, you could also use synonyms like recovered—or even undeleted itself, if you don't mind its non-positive sense.
This also presumes that if something is neither deleted nor restored, it has no mark_ terminology associated with it.
If something is deleted, and you undelete it, what you are doing is restoring it.
Therefore, to me, the clearest opposite to mark_deleted is mark_restored.
Of course, you could also use synonyms like recovered—or even undeleted itself, if you don't mind its non-positive sense.
This also presumes that if something is neither deleted nor restored, it has no mark_ terminology associated with it.
answered Mar 29 at 15:44
Jason BassfordJason Bassford
21.8k32754
21.8k32754
add a comment |
add a comment |
At that point aren’t you just keeping the record?
– Jim
Mar 29 at 16:52
I'm voting to close this question as off-topic because choosing names, particularly program identifiers, is explicitly out of scope for our site according to our Help Center.
– tchrist♦
Mar 30 at 3:58