These questions are the most frequently asked and answered questions on Meta.
9
votes
1answer
65 views
First Post Review Queue - what is it?
When you pass 350 reputation you gain access to the Review Queues. One of them is the "First Post" queue.
What is this queue, what purpose does it serve, and how should I process items in that queue?
...
7
votes
4answers
59 views
How can I replace tabs with spaces in code?
The code in my post appears to have improper indentation, but the indentation in the editor differs. There is usually a different amount of indentation between the two, which must be so because there ...
21
votes
2answers
659 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 ...
15
votes
2answers
186 views
Why is hypothetical example code off-topic for Code Review?
As stated in the Help Center, one of the criteria for a question to be on topic is:
Is it actual code from a project rather than pseudo-code or example code?
What is the rationale for that ...
15
votes
2answers
450 views
What questions are suitable for migration to Code Review, and how does the process work?
Consider this situation:
There is this question on another site which I think would be a good
candidate for migration to Code Review. What should I consider before
flagging the question, or ...
14
votes
5answers
190 views
Do one-liners and other narrowed-down code qualify for a code review?
Every once in a blue moon, a question gets posted (often as a new user's first post) where the OP is asking a quite specific question about very minimalistic code, for example:
...
11
votes
3answers
213 views
So votes are good for us. How can I find answers/reviews to vote for?
In fall 2013, we went on a mission, and bumped the site's answered% from 88% to 93%. As new questions flow in, the answered% has been remaining steady at 93% for several weeks, we're doing good ...
10
votes
2answers
125 views
How much can an answer be subject to opinion?
I am new to this site, but love reviewing code and having my code reviewed.
One thing that is always difficult for me when I'm reviewing code is to determine whether some of the points I'm making ...
17
votes
14answers
639 views
Stack Exchange Data Explorer is up. What now, Wonderland?
If you didn't know already, the Stack Exchange Data Explorer (SEDE) now includes Code Review and all public StackExchange beta sites.
Bookmark: http://data.stackexchange.com/codereview/queries
...
8
votes
2answers
115 views
How can I prepare my code so that I can paste it formatted?
If I paste C++ code with many functions/classes (braces), I have to indent all of them, including their content. I've replaced tabs with spaces in my editor, but still no improvements. What's the best ...
17
votes
2answers
310 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 instead of putting the code here on Code Review, I include a link to GitHub/Pastebin/other similar site?
15
votes
2answers
270 views
Why is only my own written code on-topic?
I tend to disagree with point #2 on the Help Center:
Did I write that code?
I believe any code, written by one self or any one else should be eligible for code review. Many a times, you're ...
13
votes
1answer
206 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 - ...
34
votes
6answers
859 views
How is Code Review doing right now?
I’m Grace Note, a Community Manager at Stack Exchange. Normally for most sites we run a community site evaluation, as explained in this Meta Stack Overflow post under Public Beta sites. However, these ...
3
votes
1answer
62 views
Can pseudo code be used be used as a clarification to the problem in addition to the code you want reviewed?
So I believe in not submitting pseudo code to be reviewed or as an answer and it is clearly decided against here. I had a question about code where I knew of an alternative approach to solve the ...
16
votes
2answers
239 views
Should code block(s) as answers always require an explanation?
Here is a great example of this. Granted, that was that user's first post, but this is still common.
UPDATE: That example has since been updated, so consult the original version.
This type of ...
12
votes
4answers
181 views
Should a post with no specific question(s) imply a general review?
I've started thinking about this more after seeing this question.
I'm sometimes tempted to vote such questions as not clear what you're asking, but I also feel that it's not quite needed for this ...
15
votes
3answers
248 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 ...
5
votes
2answers
130 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 ...
11
votes
1answer
204 views
Is pseudo-code alright when asking about performance?
The FAQ states: "Is it actual code from a project rather then pseudo-code or example code?"
But often times pseudo-code is a lot more straight forward and easy to evaluate. It also applies to a wider ...
7
votes
2answers
184 views
Does my code example need to be compilable/runnable?
I'm thinking of posting a question here, but am unsure how I should do so. The question is about comparing the performance of a piece of pure Python code vs a hybrid Python/C++ piece of code, glued ...
8
votes
2answers
94 views
Can I ask for a review on a website?
Is this OK or not really? If I develop a website template, CSS/HTML/JS, is it acceptable to post that as a code sample to be reviewed as an external URL?
33
votes
7answers
3k views
How is this site different from Stack Overflow?
I've decided to check this site out since it was tweeted by the great Jeff Atwood himself. The first question I saw was "Advice on making ruby code more ruby-like", which is the kind of question I see ...
22
votes
4answers
343 views
Should “your code seems fine” answers be acceptable?
I want to ask your opinion on how we should handle submitted question with code that is "fine".
I assume that will be the case for very view of the submitted review requests since everyone likes and ...
22
votes
1answer
201 views
What makes a good question?
I think it would be a good idea to compile a list of guidelines on how to ask good question. What information should be present, how to structure it, etc.
20
votes
4answers
339 views
What is the appropriate length of a Code Review question?
While Stack Overflow questions often contain segments of pseudocode or purposely abbreviated code in order to make the question more palatable to other readers, for something like a Code Review, the ...
31
votes
3answers
238 views
Which answer to accept?
I can imagine this situation coming up frequently on this site. What should we do when there are multiple helpful valid answers?
Accept the one we think is most helpful?
Accept the one that was ...