Questions tagged [iterative-review]
This tag is for questions regarding the process of reviewing improved code over time.
25 questions
4
votes
1
answer
110
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 ...
-1
votes
1
answer
176
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 ...
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?
13
votes
1
answer
206
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 ...
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 ...
20
votes
2
answers
289
views
Should I give credits to reviewers when I post revised code?
I was just wondering about the following:
I'm pretty new to programming and I use lots of help from people on Code Review.
So it happened that I came up with a basic script and while it was reviewed ...
-2
votes
1
answer
96
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
2
answers
72
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 ...
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....
3
votes
2
answers
106
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, ...
35
votes
6
answers
726
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?
...
13
votes
3
answers
354
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.
...
0
votes
1
answer
65
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 ...
1
vote
1
answer
79
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 ...
3
votes
0
answers
35
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 ...