All Questions
6
votes
1answer
48 views
How to deal with code asking “Is this correct” when it is in fact correct
I'm wondering what a good guideline is when dealing with questions asking (primarily or completely) about correctness. Generally this is not what Codereview is about. However, when the code is ...
0
votes
0answers
11 views
How to respond to reviews? Where to post revised code? [duplicate]
I've had 2 reviews suggesting I add more comments. (http://codereview.stackexchange.com/a/25091/5912, http://codereview.stackexchange.com/a/25936/5912)
I fully agree that I should do this. But should ...
5
votes
2answers
51 views
Advice for reviewing edits
I just became eligible to approve pending edits and would like some advice. At the time of writing, this post has a pending edit:
Best practices in PHP
The edit changes the code posted in an answer ...
3
votes
1answer
54 views
Is example code on-topic?
From the FAQ:
I'm confused! What questions are on-topic for this site?
Simply ask yourself the following questions. To be on-topic the answer must be yes to all questions:
...
3. Is ...
3
votes
1answer
47 views
Move to SO or Programers
I can find it with a quick search; But:
But there must already be a question here on meta about moving off-topic posts to SO or Programmers.stackexchange.com ore automatic.
Like:
Off-Topic move to ...
10
votes
1answer
95 views
Would it be on topic to request a review of a stackoverflow answer I gave?
A stackoverflow answer I gave prompted a downvote from the very beginning plus snide remarks about my skills and so forth.
The downvote I can handle, the snide remarks are unfair in my opinion, but ...
2
votes
1answer
45 views
Character limit on Code Review
I understand why a character limit is imposed on question lengths on most Stack Exchange websites, but I take issue with the fact that there is a 30,000 character limit on the Code Review website.
...
2
votes
1answer
30 views
Are questions about how to further golf a program on-topic here?
I have a simple algorithm that I'm using for code golf, and I'm hoping to find ways to golf it further. The algorithm is somewhat golfed in Python already, and works flawlessly. I asked on ...
2
votes
3answers
55 views
Review focus on code or on solution?
I was wondering what should be the focus of review.
I thought the focus would have been more on:
correctness (no syntax or logic error)
readability (clarity, respect of coding standard ...)
...
2
votes
1answer
46 views
Is it appropriate to post 1k+ lines of code?
I recently asked a question on CR, and got an interesting suggestion that I'd like to look into. However, due to the class that the method is part of, and me still being green, I'm having a hard time ...
0
votes
1answer
48 views
How to get feedback on whole projects
As far as I understand on Stack Overflow - Code Review, only smaller amounts of code are posted. It is expected to post the code there, a whole project is way to much for one single question.
On a ...
0
votes
1answer
23 views
Sharing code over a lot of files
I'm working on a multithreaded server and have a few questions regarding it, especially the best way of going around decoupling the server module (that manages the connections) from the application ...
1
vote
0answers
43 views
Should there be some obligatory tags on question
By seeing how meta works and by the specificity of the CR.SE, I think that could be a good fit.
On metas, questions have to be tag with at least one of bug, feature-request, discussion or support. ...
2
votes
1answer
63 views
Be newbie friendly
Here is the example of question that was closed without any explanation.
Without even try to help Leon to improve his question by posting some advices in the comments.
He has only 1 point - newbie - ...
0
votes
2answers
82 views
The opportunity to post an anonymised code. To have no problems at the place where you work
[This is in respect of this question on Code Review, which contained anonymised proprietary code, and which was closed as discussed here.]
My feature-request to make is possible to post the ...