All Questions

-2
votes
0answers
21 views

Find Maximum without using conditional statements or Operators [closed]

No if/else, or >=<, or ternary(?) operators allowed. This is disucssed in, ...
4
votes
1answer
59 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
61 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
30 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...
0
votes
0answers
6 views

Javascript onload function [migrated]

I've been using this code for quite some time, but am wondering if there's any improvements I can make to it. Basically it's just code that runs when the page loads or if the code is run after page ...
7
votes
1answer
61 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 ...
8
votes
1answer
107 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 ...
11
votes
3answers
215 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
92 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 ...
2
votes
1answer
77 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
127 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
37 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
100 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 ...
2
votes
1answer
114 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. ...
4
votes
1answer
43 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 ...
0
votes
0answers
51 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 ...
3
votes
2answers
86 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
69 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
61 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
53 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
99 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
209 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
22 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 ...
9
votes
0answers
127 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 ...
4
votes
1answer
87 views

Confused between posting on Code Review, Programmers, or Stack Overflow

I have this questions that fits the FAQ of Code Review, Programmers, and Stack Overflow. It contains a couple code snippets for one platform and I'd like to know the recommended practice between them. ...
3
votes
1answer
64 views

Two approvals for suggested edits

It seems to me that currently a suggested edit needs two approval (or reject) reviews (as suggested edits on Stack Overflow) while a week ago they required only one approval/reject. Why? What is ...
2
votes
1answer
35 views

When to post new answer (suggested edit rejected)

It's about this Suggested edit I made: History, and the suggestion to create a new answer to the question. In this case the change I made, the IList<> to IEnumerable<> on the private ...
7
votes
1answer
153 views

Do not prematurely accept answers

With the voting debate going on, I'd like to make a related point: Please do not prematurely accept answers. As much as I love getting the tick mark, it is a signal that tells the community that ...
16
votes
2answers
233 views

Vote Early, Vote Often

Lack of voting has already been identified as an issue that prevents the site from graduating. I'm shamelessly stealing this post from Meta Biblical Hermeneutics, hoping it will inspire all of us to ...
9
votes
0answers
116 views

Can graphical notation count as code or should questions with exclusively graphical notation be considered off topic?

As a community, are we willing to accept graphical notation as a form of code that is subject to Code Review? I recently answered a question that asked for review of a database model as presented in ...
7
votes
2answers
144 views

What if we have an entire (small) application we want reviewed?

I asked about this on Stack Overflow, and was referred here (to code review) though I still think it may be out of scope for CR. ...
4
votes
1answer
25 views

Minor Typo in the FAQ

I was just scanning the FAQ and saw this typo: 3.Is it actual code from a project rather **then** pseudo-code or example code? I know it's not a big deal, but I am just throwing it out there.
0
votes
1answer
30 views

Why was this question deleted?

This Question was deleted yesterday and I was just curious why. Besides the fact that the OP never responded and then, a few days ago, erased his question without warning. In the text he left in the ...
6
votes
1answer
29 views

Inconsistent phrasing in part of the FAQ

Under the heading I'm confused! What questions are on-topic for this site? The CodeReview FAQ states (emphasis mine): Simply ask yourself the following questions. To be on-topic the answer ...
2
votes
1answer
26 views

google-application-engine tag synonym request

Should we create a synonym to google-app-engine for google-application-engine? There are 2 questions on code review tagged google-application-engine, no questions on SO tagged ...
13
votes
1answer
198 views

why are they 'questions' if this site is primarily for code review requests?

"why are they 'questions' if this site is primarily for code review requests?" This is not originally my question, but it never-the-less is still a good one that deserves more attention. I'm sort of ...
7
votes
1answer
125 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 ...
2
votes
1answer
50 views

Suggestion: new tags for web technologies

I tried to post a question... ...why are they 'questions' if this site is primarily for code review requests? ...anyway, the tags I tried to use did not exist and I don't have a high enough ...
3
votes
1answer
66 views

Is it okay to post a series of exercises massively?

This website seems particularly interesting for users working on a book (like SICP or K&R) or any other series of exercises (like ProjectEuler), especially if they're working on their own and ...
4
votes
2answers
68 views

Why can I create new tags before I can re-tag questions?

This is just my opinion but it seems to me that these two should be switched around. By re-tagging questions I become familiar with the tags that are available, which, in my opinion sets a good ...
5
votes
1answer
96 views

Why was a question suitable for Stack Overflow closed, instead of being migrated

Yesterday, Jessica Burnett asked this question: CSS set-string/content properties. Since the question is about code that does not work (as opposed to code that could be improved), ANeves politely ...
9
votes
1answer
124 views

Should we bother old off-topic questions?

Recently I've found some old questions which do not contain any code (usually just a link). Some of them have accepted answer. Since these questions are off-topic (according to the FAQ), should I ...
3
votes
1answer
64 views

Before getting started

Well this question may b a perfect fit in meta. So, I want to know a bit more about this sister site of stack overflow. I have been looking for a site like this since long, and this being a stack ...
2
votes
2answers
76 views

The tag “interview-questions”

The tag interview-questions seems to be useless - should it be emptied? If there are no comments within a week, I will proceed to empty it.
1
vote
2answers
102 views

What should the homework tag wiki contain on Code Review?

The homework tag has a pending tag wiki edit. It's same as the tag wiki of the homework tag on Stack Overflow and does not seem completely suitable for Code Review: Questions regarding homework ...
2
votes
1answer
42 views

Duplicate answers - clean them up?

This question (originially from Stack Overflow has heaps of duplicate answers. Many users suggested the exact same changes to the code, presumably while the question was not yet migrated; most of the ...
3
votes
1answer
88 views

Are badges with a negative connotation useful?

This is a very minor point. I'm just curious to see what the thoughts might be on this. I just "earned" a tumbleweed badge. In the past I associated badges with good things but it seems this is not ...
15
votes
1answer
130 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 ...
10
votes
1answer
207 views

Code review for learning purposes

I just found this site (New to stack exchange in general), and I am working on teaching myself c#. Would it be acceptable to post working code for people to pick apart and suggest better ways of doing ...
5
votes
1answer
117 views

Interview questions

It this a good site to ask others to review my interview question practice code? Or are you trying to keep it to "real world" questions?

15 30 50 per page
1 2 3 4 5