A specific question refers to a particular and individual question on the site. This tag is used to query the community on the specifics of a particular question asked on the main site or the meta site.
6
votes
2answers
31 views
Dispute on a now-deleted question
A question was closed/delted because of a dispute?
This post has been locked while disputes about its content are being resolved. For more info visit meta.
With:
this question has been ...
4
votes
2answers
78 views
Should we close this one-liner ternary as “unclear what you're asking”?
This question looks like OP is worried about DRY and perhaps readability of a one-liner ternary.
I have a bias against one-liners and other narrowed-down questions, but there's a consensus about them ...
2
votes
2answers
28 views
Unable to move a question to meta
I came across a question. I think this should be moved to meta but I was unable to flag it.
EDIT
The reason I added this question was that it seems to be on topic on Meta Code Review than the main ...
5
votes
1answer
58 views
Asking for comparison of design of two code snippets giving same functionality
I had asked for the review of the part of a jQuery and as per the answer I made changes in the file. Now after making the changes (mainly moving from triggers to functions) I am not so sure whether I ...
11
votes
1answer
69 views
Question inside answer
My question: Spliterator implementation got two answers. Into one of these, there's a question for me:
one of the performance advantages of Spliterator is the forEachRemaining() method, and you ...
8
votes
2answers
136 views
My code is too long. How do I trim it down when code posted here is expected to function?
The code I would like to have reviewed, found here, is more than 30,000 characters long. I don't feel like that in and of itself makes it off topic, but removing code from it so that it can be posted ...
5
votes
3answers
131 views
Are SSCCEs off-topic?
I was recently reviewing a question, which (if I had paid better attention to the question from the beginning, I may have noticed before answering) had a SSCCE as its primary code example.
At first ...
11
votes
4answers
91 views
Can working code be: off-topic -> not-working?
This question here: Shortest possible way of printing a specific board
Summary:
The code requirement is to print out a grid of text.
The code does in fact print the grid
The way it does that, is ...
8
votes
3answers
88 views
Asking questions - including full code
In my first CR question, I was looking for feedback about my implementation of a graph data structure and an algorithm for depth first traversal, as I am studying these at the moment.
Although I ...
10
votes
2answers
56 views
Multithreading issue freezes the system - working code?
This question was closed as non-working code, in spite of the following, from the OP:
THe [sic] problem is that this implementation makes the CPU of the machine where the service app is running go ...
9
votes
3answers
85 views
Clarification on how to use generic code snippets?
I recently posted a question in which I purposely only included a specific code snippet: Purposely raising exceptions to use catch
In my original (unedited) question, it had a simple example of ...
10
votes
6answers
162 views
Post Mortems - Episode I: A new hope
Prologue:
A long long time ago (Apr. 17th, 16:00),
in a galaxy far away,
there was a stranger, seeking enlightenment.
He came across a miraculous star named CodeReview
in the deepest ...
4
votes
1answer
40 views
Is my question really too broad? How could I improve it?
My question Send default 404 error page when Referer does not match got "closed as too broad" by a moderator and "deleted by Community ♦", eight months after I asked it. As far as I can see, it got no ...
6
votes
2answers
46 views
Tag soup: [dijkstra]
A few weeks ago, the question Dijkstra-like routing algorithm introduced the dijkstra tag, intending to refer to Dijkstra's shortest-path algorithm.
Now, the question Infix-to-postfix parser using ...
10
votes
4answers
107 views
Code requiring a third-party pre-processor to make it work
In this Wolves, Goats and Cabbages in Java question (here is a link to the pre-edited version) Java code is presented to solve the problem.
The code requires pre-processing by a third-party tool in ...
13
votes
2answers
103 views
Does this question belong on Code Review? Should it go to Code Golf?
I posted this question about how to rewrite a C# algorithm in fewer lines of code, preferably using extension methods, which prompted a discussion in the comments about whether it was appropriate for ...
10
votes
4answers
149 views
Revising or removing the “Best practices” topicality rule
In the Help Center, under What topics can I ask about here?, one of the rules currently states:
However, if your question is not about a particular piece of code and instead is a generally ...
8
votes
1answer
81 views
What to do when working, non-example code is too much code?
In this question, I'm trying to ask about best practices for inner classes in Java, but it got closed because I only posted the code skeleton of the class structure and important methods.
The problem ...
16
votes
1answer
131 views
How well is “malicious” code accepted here?
I recently asked a question that could possibly be used for malicious purposes. I tried to whittle the code down as much as I could to a "base" program so that a script kiddie wouldn't stumble across ...
6
votes
2answers
123 views
Must answers include a code review?
I'm surprised to ask this but, "Must answers include a Code Review?"
I'm looking at this answer.
The request in the OP says,
Can you please look into my code and suggest me some performance ...
4
votes
3answers
67 views
Are questions on design only requiring minimal code off topic?
I asked this question which someone has flagged as off topic, referencing a question that referred to pseudo code as a reason. My question is in regards to the overall design and not changes to how ...
9
votes
1answer
55 views
Would my Haskell Game-of-Life be too long to review?
I have written a small application in Haskell and I wish to get a code review. Since I'm inexperienced, I cannot really write a bullet list of things I'm not satisfied with in my code. It would just ...
0
votes
1answer
27 views
Edit a question to add comments to the code?
In this question, an edit to the code (by other than the asker) added this block of comments to the code:
...
5
votes
1answer
97 views
Good question, but OP didn't know how to ask it?
In Calculating Julian dates, the author asks a question that doesn't make sense:
Refactor this code so that I don't have to insert the parameters any time I need to use one of the functions.
...
12
votes
4answers
155 views
Question removed after a harsh review
After I reviewed code in this question, the question was deleted.
My review was harsh, but I warned it would be in the first sentence, and I thought being fair was more important. If the community ...
5
votes
1answer
80 views
Do questions about grammar belong here?
This question is mostly about grammar, not about code:
PEG.js grammar for parsing CSS selectors
In my mind, grammar reviews do not belong on Code Review. Does Meta agree?
5
votes
3answers
52 views
Is this spam and should it be flagged as such?
My PHP AJAX bridge to jQuery library
I include the conversation that started all of this as well:
Chat Conversation
It really shows my arguments for it.
I want to hear both sides of the argument ...
6
votes
1answer
41 views
Are these [performance] questions on-topic?
These two questions were posted by the same user, in August - the user joined CR around that time:
Capture with User32.dll or hook?
Encoding a screenshot to JPEG and saving it to a memorystream
...
8
votes
3answers
86 views
Proper way to ask best practices questions
How bad is duplicating a code block?
This got closed as off-topic. I read the help center and from it I concluded that rather than present possible alternatives in my question, it is better to just ...
3
votes
2answers
59 views
Is this grossly incomplete code okay?
How can I improve my game project?
The user has working code (I assume), but they haven't even started writing the logic for their game. They've just instantiated Java's version of a main ...
2
votes
2answers
32 views
Should we close “Improve performance for “Unfriendly Numbers” problem”?
Improve performance for "Unfriendly Numbers" problem
It failed the game/contest because of the time constraint. My thoughts are that this is a review for speed. Bearing that in mind, I ...
2
votes
2answers
41 views
Users unhappy with voting to close/move
Please see this question : refresh a page without reload in php?
I invited the 2 users to comment on this thread.
From my perspective, Code Review is there to Review working code, that code is not ...
4
votes
2answers
53 views
Is my question off-topic?
C# with Oracle ODP.NET. CommandText alternatives
I was told in the comments that it is off-topic, and someone has also downvoted it without any explanation.
I have shown code that works fine and ...
5
votes
1answer
75 views
Is this appropriate for codereview.SE?
I had some confusions about a particular piece of code that I wrote: Thoughts on refactoring a generic DAO. I placed it on programmers.SE when I thought it was just a design thing. Now I am thinking ...
2
votes
2answers
57 views
Is there a way to force the review of a suggested edit?
I've made this suggestion that fixes an error in a question. It's pending since about 15 minutes, but maybe this delay is normal for this site? If not, is there a way to stimulate the review process?
3
votes
1answer
25 views
Should this question be rolled back and closed because it didn't show code?
The question.
The reason: we have had discussions before about not editing in code because of licensing, and that adding any code must be done by the OP and not someone else, same with reviewing ...
3
votes
5answers
138 views
Complaint about rollback policy / bug fixes
I posted some useful code on code review.
One of the answers suggested an improvement to the code.
I agreed and made the improvement to the code, and left the comment "Thanks, fixed".
A moderator ...
6
votes
2answers
61 views
Is asking for correctness check on-topic or not?
As per this and this question on meta, asking about correctness is on-topic yet this question was closed. The comment given was:
This question appears to be off-topic because it is about reviewing ...
1
vote
1answer
60 views
Should this question be closed for “not asking for good code”?
Telling the user the number of days it's been since January 1st
So far, this question has:
4 total close votes
3 have decided to Close (from the queue)
3 have decided to Leave Open (from the ...
7
votes
1answer
69 views
Is it fair to close a question with a bounty attached to it
This question does not have working code but has a bounty attached, and only needs minor polishing to make the code work.
Should the question be closed or not? The author has been informed since a ...
7
votes
1answer
113 views
Does this question need protection?
This question is starting to attract new users who contribute nothing more than "use a switch statement" as an answer. One of these answers is also a copy cat of ...
2
votes
1answer
41 views
Why did Q33859 (“Parsing text from reports”) get closed?
Parsing text from reports was closed a few hours ago, with "must contain working code" as the reason, despite the fact that the original question had a working code snippet, as I pointed out in a ...
1
vote
1answer
35 views
VB comments taking up more than one line unless comment is terminated
In this question, there are comments in the code, other code that was tried before, and the comment showed over multiple lines unless the comment was terminated with another apostrophe, which isn't ...
3
votes
1answer
47 views
Number list formatting followed by code formatting issue
On this question, I found that when I tried to edit the question and add a numbered list format, it sucked in the code formatting that followed, so I had to add ...
0
votes
0answers
81 views
Specific questions about design
I have some confusion whether specific question which are asking about design off-topic or on-topic? Specifically these 2 questions are confusing me
Are private extension methods a bad thing to use?
...
2
votes
0answers
74 views
Correct edit rejection
As code edits are reviewed by peers, anyone who has rights to review the edits can approve or reject edits. I suggested this edit and, AFAIK, my edits are correct. But this got rejected.
I know this ...
5
votes
1answer
90 views
Can I improve this question?
This is just me trying to get to grips with the site as it is now. I asked a question that has received no comments.
I'd like to know if it was off topic or how to better formulate a question such ...
2
votes
1answer
43 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 ...
-1
votes
1answer
69 views
The snippet to review is good, no better answer found
There was no better solution to my code snippet: Highlight input if empty.
What should I do? I want to mark this entry as "done". But since there is no answer, I can't accept any.
4
votes
1answer
60 views
No replies and expiring bounty
I currently have a question up here: Optimizing Python Image Viewer and General Code Format Advise. Currently there are no answers, and the faq states "In any case, you will always give up the amount ...