Linked Questions
28 questions linked to/from How to post a follow-up question?
3
votes
0
answers
43
views
Submitting a new version for review [duplicate]
I previously posted a class for review (~2 weeks ago). It received some feedback. I accepted a response. I made changes per the review, then additional changes that were not motivated by the review....
0
votes
0
answers
39
views
It it acceptable to ask questions that have arisen from another answer [duplicate]
It it acceptable to ask questions that have arisen from another answer, repeatedly.
For example...
I post working code and ask to have it reviewed.
Someone answers with some suggestions.
I re-write ...
3
votes
0
answers
34
views
Posting multiple questions for the same code at different points in the development [duplicate]
Here's the scenario:
I have posted a question on Code Review and received feedback (but not a refactored code). I improve my code based on the advice I was given in this question and added new ...
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 ...
64
votes
5
answers
5k
views
Checklist for how to write a good Code Review question
Many questions of new users lack some parts or common style of the site. There already are some meta questions that aggregate tips on this issue but letting new users walk through all of them is ...
138
votes
2
answers
18k
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 ...
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?
...
17
votes
5
answers
425
views
Are questions with undiscovered bugs allowed?
Re: Connect 4 in C++
Situation: The OP, a beginner posted code with several bugs in it. They said they thought the code worked okay, because they hadn't discovered the bugs during their testing, ...
13
votes
3
answers
583
views
Asking questions - including full code
In my first CR question, I was looking for feedback about my implementation of a graph data structure and an algorithm for depth first traversal, as I am studying these at the moment.
Although I ...
13
votes
3
answers
361
views
Harmless duplicate or are we being taken advantage of?
This question caught my eye because it had accumulated close votes as being a duplicate of another question, which is very rare on CR. The target was a question I reviewed last year by the same user.
...
23
votes
2
answers
286
views
What is the best way to exchange a dialogue following a code review?
For most SE sites, a simple comment is sufficient to exchange a little additional dialogue about a solution. For code review though, it seems like one question can spawn a huge list of suggested ...
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 ...
7
votes
2
answers
138
views
Collection of small unrelated methods
I have a file that contains a multitude of methods that are solutions to some common interview questions. None of these methods are related in any way, shape or form. I have been debating on the two ...
-10
votes
2
answers
126
views
Should we use a [follow-up] tag when posting a follow-up?
I am looking at creating a follow-up tag, but thought that I should get everyone's opinion on it before I start tagging things sporadically here and there.
I think that creating this tag will benefit ...
13
votes
1
answer
212
views
How long should we wait before asking for an iterative review?
In my search for the gory details of the Dos and Don'ts of iterative reviews, I saw that we should always ask another question with our follow-up. However, I haven't found anything about how long we ...
1
vote
1
answer
135
views
Why is my self answer being downvoted?
I have shown that my code works. I have corrected people that they were wrong when they said my code does not create valid Sudoku. I'm awaiting valid reasons why my answer is being downvoted.
If you ...
6
votes
1
answer
160
views
Asking questions on evolved code
Sometimes I have a question on a specific class, piece of code, etc. I post the code, get some feedback and make changes as I see necessary. I then may add extra features to the code and it continues ...
12
votes
1
answer
169
views
Does there exist any conditions for closing iterative review questions as duplicates?
As far as I know, we simply don't close questions as duplicates on Code Review. I think it's even been mentioned that a Code Review duplicate has to be basically an exact copy & paste of the ...
9
votes
1
answer
162
views
Major bugs caught in questions
I wrote a question, but forgot to thoroughly re-test my code after I made a modification and before I posted the question. I was notified of a major bug by mjolka (thank you!) in chat, such a major ...
8
votes
1
answer
156
views
How to retain users?
As we were once again told that CR is heading into the right direction and we should work on retaining more of the incoming new users I wanted to start some more directed discussion on.
200_success's ...
4
votes
2
answers
112
views
Why is my second "Form maximum date/time from some digits" question being down voted?
My question here is getting down votes:
Code Vita 7: Form the maximum possible date time in the MM/DD HH:MM format using any eight of twelve given single digits
which is a follow up to my previous ...
2
votes
1
answer
128
views
Are 'follow up' questions on the same/similar code allowed?
I had a code that I submitted here for review, and got a review. Good. But the implementation was primitive, and I have since written a new, more refined implementation, but the concept/intended ...
4
votes
1
answer
108
views
Was this rollback justified?
The rollback in question: https://codereview.stackexchange.com/posts/216088/revisions
I was told to contest the rollback here by the reviser and I believe the point of contention is about ...
-1
votes
1
answer
198
views
Iterative platform for Code Review
EDIT:
For those unclear on what problem this proposed change aims to address, consider the fundamental nature of code review, or any similar process (novel writing, sketching/drawing, building Rube ...
2
votes
1
answer
132
views
Can I ask a question on a very specific aspect of design?
Can I ask a question on a very specific aspect of design? Like, I would like to know whether
Is this the right way to set defaults? I want the defaults set
regardless of whether an object is created ...
3
votes
1
answer
131
views
Code Review iterations
I posted a question at the https://codereview.stackexchange.com and got the answer, what's now?
I can't find to respective guide, so this a question of appropriate processing of the question/answer at ...
1
vote
1
answer
101
views
Can another code review question count as 'review context?'
Questions about isolated code lacking context are closed as 'missing review context.' However, I have a question that, if another piece of code were part of, would count as review context. Suppose I ...
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 ...