Word for the removal of a marked property [closed]
.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.
If this question can be reworded to fit the rules in the help center, please edit the question.
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.
If this question can be reworded to fit the rules in the help center, please edit the question.
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
854211
854211
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.
If this question can be reworded to fit the rules in the help center, please edit the question.
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.
If this question can be reworded to fit the rules in the help center, please edit the question.
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
1935
1935
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
20.1k32648
20.1k32648
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