Linked Questions
53 questions linked to/from For an iterative review, is it okay to edit my own question to include revised code?
3
votes
2
answers
159
views
Why was my conclusion edited out? [duplicate]
This question had a conclusion that I added after testing all of the submitted answers and updating to a newer compiler. This conclusion had information that can't be found in the actual answers. The ...
3
votes
2
answers
117
views
How can I post updates/implementation of changes after a code review? [duplicate]
I have asked for a code review in a post and received nice feedback. I would now like to implement the suggestions, and possibly get new feedback ("Yes, that was the problem, good fix" or "No, dude, ...
4
votes
1
answer
114
views
How many questions with same script can I ask, if code not only merged reviews but adds new functionality [duplicate]
How many questions with same script can I ask, if code not only merged reviews but adds new functionality?
Can I submit part of code(fully working part with new code) together with full code or ...
-2
votes
1
answer
107
views
Could Code Review also serve as a code repository? [duplicate]
The main purpose of Code Review is for asking questions and providing answers. But can we also use Code Review as a code repository because it will provide more search engine visibility. I have ...
2
votes
1
answer
86
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
when ...
2
votes
2
answers
80
views
Do I edit my question based on answers? [duplicate]
A very simple question, but I haven't seen whether this is acceptable behaviour here. I do see mention of 'iterative' code reviews, which I assume refers to "post, receive answer(s), edit, answers ...
1
vote
1
answer
95
views
Authors 'final result' post showing the 'final result' after the answer/corrections/suggestions [duplicate]
The case: Somebody posts code for review then follows up with all the analysis and some of the answers is accepted.
The suggestion: Some kind of finalization post by the dev who is asking the ...
0
votes
1
answer
72
views
How can I ask for a review of the same item after making an update? [duplicate]
Suppose, I submit a code for review, and some reviewers suggest some corrections. Suppose I then want to update my code and show it to the same reviewers.
How should I do it? Should I edit my ...
6
votes
0
answers
30
views
Is it appropriate to post a question about code which has already been reviewed? [duplicate]
I posted some code. Code Reviewers left me some great suggestions and helped me to drastically improve my code.
Is it appropriate to repost the updated code to get some additional feedback?
3
votes
0
answers
36
views
If I want to re-review, should I open new question or edit old one? [duplicate]
I have a question here: Tic Tac Toe game in Haskell
I have followed the advices and edited the code, now I want a review for new version of the code.
It is doing the essentially same thing, but it ...
1
vote
0
answers
33
views
I have an improved version of the code of this session, what should I do? [duplicate]
I published this session which already has an answer but I have a significantly improved version of that code which it is important for me to share. Is it okay to publish another question?
0
votes
0
answers
27
views
Ok to repost code after incorporating suggestions? [duplicate]
If I've had a piece of code reviewed here, what's the consensus about posting the update for another review? Also, assuming it's ok, should it be an edit to the existing question, or a new post? (...
58
votes
17
answers
2k
views
What would you say is the biggest problem Code Review is facing as a site as of June 2015?
Hopefully, by raising concerns, we may generate some ideas for improving the site!
41
votes
19
answers
5k
views
Frequently Posted Comments
On Code Review we often encounter questions with the same kind of problem over and over again.
Some of us are using the auto comments script which allows you to maintain a list of comments to post.
...
86
votes
4
answers
10k
views
How to get the best value out of Code Review - Asking Questions
I have a project I am working on, and I would like some, or all of it
reviewed, how can I ask for this review on Code Review in a way that
produces the best possible value?
This is not about a ...
39
votes
8
answers
2k
views
Short answers and code-only answers
What should we do with:
Short answers (for example, "I suggest you use [hyperlink to this standard API] instead.")
Code-only answers (for example, an improved version of the code in the OP)
Such ...
30
votes
6
answers
592
views
On the huge amount of work needed for a CR answer
I'm a regular at Stack Overflow, and I just recently discovered Code Review, where I answered some questions with the d3.js tag. We all know that CR is quite different from SO: by its very nature, ...
35
votes
6
answers
731
views
Is code ever clean enough? - Can there be too many follow-up questions?
Some posts can at times have several follow-up questions, sometimes a couple of follow-up questions on the same day.
All this brings us to the question of Can there be too many follow-up questions?
...
45
votes
2
answers
2k
views
Can I put my code on a third party site and link to the site in my question?
Is it OK if I write a question and include a link to GitHub/Pastebin/other similar site instead of putting the code here on Code Review?
41
votes
2
answers
2k
views
How to post a follow-up question?
Sometimes I stumble upon follow-up questions, where code is being posted again after having gone through a review (or two).
Examples of possible sets of follow up questions:
Find missing numbers - ...
31
votes
3
answers
1k
views
Should you edit someone else's code in a question?
I have seen several (suggested) reviews lately, where someone edits the code in the original poster's question. Should such edits be allowed?
The edits in question are mostly minor. Some add spaces ...
16
votes
4
answers
300
views
Self-accepting own answer when competing answers exist
It came up in chat that one particular user seemed to be in the habit of:
Posting a good question;
Receiving good answers;
Posting his/her refactored code as community answer, after adapting some ...
24
votes
2
answers
669
views
How should we deal with askers fixing off-topic questions when an answer has been posted?
I did a quick search to see if this has been asked, but it didn't seem to be. The intent behind this question is from how this question was handled, but is not limited to it.
The situation is an asker ...
12
votes
3
answers
191
views
Can I ask the same question with a different language?
I am wondering if it would be bad to ask for the same code review, just under a different language.
For example:
Hypothetically I post a question asking for a code review of my Ruby "Hello World" ...
12
votes
6
answers
389
views
Does this open the door for chameleon questions?
Obj-C wrapper for OpenLDAP
The user originally posted the top half of the code there. An answer was posted.
After the answer had upvotes and a comment from the questioner (noting his appreciation ...
17
votes
2
answers
269
views
Check list for formatting questions and answers
I have seen that moderators work hard to format questions and answers.
Is there a check list they use (specially for CR), so others can also contribute by editing or properly formatting their own ...
11
votes
3
answers
185
views
What is the best way to ask about distinct aspects of a project?
I have a project that I've undertaken to better understand several distinct aspects of the language and system I'm learning and am wondering what the best approach to asking about these aspects is.
I'...
14
votes
2
answers
183
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 ...
13
votes
2
answers
344
views
Is it allowed to edit code if there is no answer?
If I have kept working on the code, and there are no answers (say one week after the original post), am I allowed to edit the code to reflect the changes I have made to it?
I believe this question is ...
7
votes
2
answers
169
views
Do we even need to keep following [meta-tag:site-policy]?
I recently stumbled across site-policy.
The tag has:
77 questions
of which 10 are tagged faq
and of which 11 are tagged specific-question
no tag wiki
the following tag excerpt:
This tag is for ...