Questions tagged [answer-invalidation]
Answer-invalidation involves editing a question in such a way that something addressed in an answer is lost. This is disallowed on Code Review as it disrupts the review process as specified in the Help Center.
15 questions
4 votes
0 answers
71 views
Allow moderators to lock questions without locking answers
In a situation such as this one: Capture multiple errors before raising an exception It would help to give moderators the power to lock only question edits/deletion, without locking new or edited ...
1 vote
1 answer
118 views
What do we do with out-of-sync questions?
This question is now in somewhat of a bad state. The OP did significant rewrites of their question, and then received an answer. Not realizing the sequence of events, I rolled the question back to ...
5 votes
3 answers
207 views
Can an OP add missing keyword(s) to code?
In Recursive conversion from ExpandoObject to Dictionary<string, object> the OP omitted the keyword private, and after ...
10 votes
3 answers
360 views
Request to re-open "Find out relation between Devices…" question
I had sought out review for a question about some proprietary code that I am working on. The code in question retrieves information from a list of one-to-many mappings and seeks to build a ...
4 votes
3 answers
314 views
Preventing the ability to re-open off-topic questions by explaining how it's broken in an answer
Earlier this year I posted an answer to a question, saying that it's broken in a way that OP don't think, explaining it a bit, and then wrote a comment saying it's off-topic, and voted to close. ...
17 votes
1 answer
173 views
Old messy questions
Considering the somewhat-still-new guidelines we have for editing own question to include revised code, how should we handle old questions which violates this guideline and are, more or less, a mess? ...
7 votes
1 answer
295 views
About answer-invalidating edits
As agreed by the community, editing a question to include changes suggested in answers is a bad edit, and these edits are regularly rolled back, for a good reason: we want the answers to refer to the ...
9 votes
2 answers
310 views
Is it okay to edit part(s) of code not yet reviewed?
In this question of mine, the one answerer so far has only reviewed a part of my code. However, I've made changes on other parts of my code, but I don't want to somehow invalidate that answer. Would ...