1
vote
0answers
17 views

Should the FAQ on Off-Topic Questions link to other SE sites?

In the FAQ, there is a list of concepts that would make a question off-topic. It seems to me like this would be a great place to redirect users to StackOverflow and Programmers, as what is off-topic ...
2
votes
0answers
36 views

What is the difference of Code Review (beta) with StackOverflow?

I know StackOverflow and Code Review are sites intended for two separate purposes, as the names suggest. However, I don't see any difference on how people ask and answer here compared to ...
12
votes
0answers
96 views

Meaningful question titles

I visited Code Review the first time and noticed that many question titles are meaningless. For example I found the following titles on the front page. How can I make this program a bit more ...
0
votes
1answer
34 views

Is it Acceptable to Ask questions Based Upon and Entire solution Uploaded to SkyDrive?

All, I am new to WPF and I have a basic application that I am using to learn MVVM etc. Now, I have an issue with data binding to a DataGrid but due to the verbosity of the MVVM pattern to get the ...
5
votes
1answer
42 views

The Question in the About Page is about Unicorns eating Daisies?

Why not use an actual question from code review in the about page? It seams that it would give people a better idea about how to ask questions, and what exactly this Q&A is for.
4
votes
1answer
62 views

How long is long code

I usually hang out at the JavaScript tag, with a mix of jQuery, HTML and CSS where the code reviewed are usually snippets, which run around 100 lines and code that needs micro-optimizations. These are ...
4
votes
1answer
65 views

Should we help others reinvent the wheel?

I've seen a lot of people asking us to review their DBAL, or MVC framework, or templating system, etc. While I totally support these people's efforts as a good way to learn, I think answering such ...
10
votes
1answer
116 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
16 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
79 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
60 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 ...
4
votes
1answer
61 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
100 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
51 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
35 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
59 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 ...) ...
3
votes
1answer
59 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
52 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
24 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
46 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
66 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
84 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 ...
0
votes
1answer
37 views

Is it appropriate to edit excessive line breaks from code?

Some questions (2) have quite a few extra lines which are kind of unnecessary. I guess they could be attributed to "style" but in my opinion they make to more lines and less to readable code. For ...
3
votes
1answer
61 views

Please create “pyramid” tag

I am new on codereview so I don't have the privilege to create a tag. Can one of you create it for me? tag name: "pyramid" or "pyramid framework" Thank you in advance.
0
votes
1answer
83 views

My question was closed without any explanation

My question Verify collection as a method parameter was closed. I havent found any explanation why it was closed. According to FAQ http://codereview.stackexchange.com/faq we can aks the question ...
2
votes
2answers
48 views

Review of code reviews?

I'm just wondering if there is any need to change the 'review' label here or (much worse) change the name of this site, since review in the title bar means something very different from review in ...
2
votes
0answers
30 views

Redundant thank you notes in questions

Would it be wise to consider such posts as a subject for "auto" edit or add to the faq? It seems redundant to ask for review or little personal notes on the site which purpose is to review the code ...
1
vote
1answer
31 views

Would code review be a good place to ask for a review of a presentation?

Pretty much what the title says? I have a presentation on AMD and I need a few good reviews on it. Would this type of "review" be a good fit for the site?
6
votes
1answer
94 views

Is the Flag Usage Different on Code Review

I do a lot of flagging on Stack Overflow to clean the site. When you review "first answers" or "late answers" you often fall on answer that are not answer and that post some code and finish by a ...
3
votes
2answers
86 views

Should I Ask Separated Question

This examples applies for web mainly, but could apply for other stuff also. Let say I develop a web plugin that has both JavaScript code and CSS. Should I post one question to review the JavaScript ...
3
votes
1answer
37 views

maybe a bug? Unanswered Tags “html” missing

Sometimes if I just click on Unanswered then the Unanswered Tags "html" is missing in the right column, just sometimes (but mostly). if I scroll down the page I see unanswered html questions...
7
votes
1answer
66 views

Flagging closed questions for deletion

I've flagged two questions recently: C - How to take file ownership to the current user using win32 api What Am I Doing Wrong? (SQL connection in vb.net) Both are closed without any answer and it ...
9
votes
1answer
120 views

I want a peer review, but the code cannot be copy-pasted on a question

I've created an opensource library wrapping some JDBC functions. I'm not satisfied with JUnit tests, and I would like it to be peer reviewed. The code is not so much and it shouldn't be reviewed line ...
12
votes
3answers
236 views

Copyrighted code on codereview

This question: Please review my poker sorting hand. has code based on copyrighted code, the copyright is still in the provided code: ...
8
votes
1answer
99 views

Questions that ask for you to e-mail them to get the code

What is the appropriate way to handle a question that doesn't post the code to review, but posts an e-mail address that you can I assume e-mail and get the code? An example is Automatic craigslist ...
3
votes
1answer
91 views

Does Community Evaluation make sense for Code Review?

A “Community Evaluation” queue just appeared on the review page. It seems one of the main reasons for that queue is to compare each question with other sources on the internet for that same question: ...
6
votes
2answers
137 views

Is there a need for OP to mention their expertise?

Is it relevant to include expertise with a code review question? Should this change the code review/answer? For example, First C++ Project mentions that the OP is new to the language. I suggested an ...
2
votes
1answer
38 views

Why are these two questions not closed as exact duplicates (and merged)?

This question was asked on Code Review: How to work with List<TreeNode> This question was migrated to Code Review (by me, from Stack Overflow), which is an exact duplicate (word-for-word) from ...
11
votes
2answers
109 views

Is it valid to reask (many) question on same script?

I have asked a question about a Python script a few months ago. Now I have developed that script furthermore fixing the issues described in the answer of that question. Now I have another questions ...
3
votes
1answer
147 views

Increase number of edits before post becomes community wiki

According to this answer on meta.stackoverflow.com: Posts enter community wiki mode when one of the following happens: [...] The post has been edited ten (10) times by the original owner. ...
5
votes
1answer
50 views

Getting feedback on functionality and not code

I am writing a Template Engine, I don't really want my code reviewed, but I would like people to test it and give me feedback about what they think what I could add/remove/change. Would something like ...
1
vote
0answers
57 views

Is flash card code optimization appropriate for Code Review?

I have considered trying to learn languages using spaced repetition (e.g., http://sivers.org/srs), but in the past my desire to learn the 'best' approach has stopped me from pursuing this method. For ...
5
votes
2answers
129 views

Will my rampant upvoting help?

I recently discovered Code Review. As a beginner programmer who wants to improve, I consider the site essential. I want it to move beyond the Beta phase. I read in this post that the key is ...
2
votes
1answer
75 views

Three “Keep open”s and it still closes

This is about review http://codereview.stackexchange.com/review/close/3161 and this related question I check the review history every now and again just for my own sanity. (Making sure I've made the ...
4
votes
1answer
63 views

Should different questions be made for style and functional questions?

Ongoing example: functional, style. As far as I know, focusing on any aspect of the code is fair game in a review. Do we want to allow such specialised-duplicates and request reviewers to answer in ...
4
votes
0answers
59 views

How to choose a correct answer in Code Review? [duplicate]

Possible Duplicate: Which answer to accept? Just discovered Code Review and I think it's great. I posted my first question and got two answers full of great advice. What advice do you ...
2
votes
1answer
105 views

Was my answer deleted?

How can I tell if my answer was deleted? There's no evidence of the answer on my profile page, except for the fact that I have the Teacher badge. I haven't recieved any notifications about this. I ...
11
votes
2answers
215 views

Code remove after question answered

If the user that posted the question deletes the code to which the question belongs to, after accepting an answer, should one restore the code or simply notify the user or moderator?
3
votes
1answer
23 views

Missing tag: .htaccess (mod_rewrite, url-rewriting, …)

A .htaccess tag would be suitable for: Can my .htaccess be improved? (better performance? shortened?) Suggestions on how to improve this .htaccess file for page load speed Maybe finer grained tags ...
10
votes
0answers
138 views

Is there a better format for posting questions for code review

At times I have seen quite a bit of code posted for review. This might be because there are a number of classes that interact so the person is giving as much information as possible, or they might be ...

15 30 50 per page
1 2 3 4 5 6