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.

learn more… | top users | synonyms

2
votes
3answers
96 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. ...
2
votes
1answer
31 views

Code in a question was changed after getting suggestions via answers and/or comments? [duplicate]

Today, I saw a question that asked to review the OP's code. On reading the answers, I found that they repeat or just explain the things seen in the code and say: You can use xxx instead of yyy ...
18
votes
1answer
120 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? ...
13
votes
2answers
125 views

What should I do if someone continues to edit the question after being told to stop?

The particular rule is "What you can and cannot do after receiving answers." As I understand it, when we see someone edit code after receiving an answer, we should revert the edit and post a comment ...
7
votes
1answer
123 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 ...
86
votes
2answers
9k views

For an iterative review, is it okay to edit my own question to include revised code?

Is it okay to edit the question to include the improved code? I would like to do so for the following reasons: To share the improved code with others To show the answering persons that I take their ...
6
votes
2answers
186 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 ...