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
1answer
32 views
Design for a question about thread abortion and related process
I posted a question for Code Review, and other than a few comments, what I was told was that I should put actual code of the process and people were only interested in knowing that. What I really ...
15
votes
2answers
170 views
Nothing to review
This question claims to implement the Nothing language.
I'm citing the language specification (emphasis mine):
Note: if the output does not meet the expectation of a "hello world"-program, this ...
2
votes
3answers
36 views
What is the logic behind rejecting this edit to fix braces and indentation?
I have edited this question as the code in it is not bracketed properly. One reviewer accepted it, but the OP rejected it. But what is the logic behind it? I want to draw moderators attention.
...
3
votes
3answers
85 views
Question author updated the code as a diff. Should I have applied the patch?
Project Euler, Challenge #12 in Swift
If editing in the edit keeps the question clear, should we edit the edit into the question instead of leaving it as two separate blocks of code?
It seemed ...
12
votes
3answers
203 views
Harmless duplicate or are we being taken advantage of?
This question caught my eye because it had accumulated close votes as being a duplicate of another question, which is very rare on CR. The target was a question I reviewed last year by the same user.
...
3
votes
1answer
55 views
Why did a question about unit-testing get migrated?
I'm curious as to why this question got migrated to Stack Overflow, mostly so I can ask in the correct place in the future. It's about unit testing a functioning python module, the unit tests all ...
17
votes
3answers
151 views
Should we nuke this post from orbit?
Normally I wouldn't ask, I'd just kill it with fire. But this post is a bit... special.
How could I optimize this script?
It's an anti-post, a troll question... and yet, it's one we love to ...
5
votes
1answer
81 views
Stack Overflow moderator declined to migrate question asking to shorten code
According to the FAQ, the following topics are wanted on Code Review:
Isn't there a point missing? I see a review of my code not only as an attempt to improve performance, security and structure, ...
9
votes
1answer
32 views
Updating cross-posts, where the author has done so, on a different site
The question I refer to is this one. It has been cross-posted from Stack Overflow, it hasn't received any reviews yet, however, it has been edited on SO, but not on CR. The edits made (indentation ...
13
votes
3answers
144 views
“Function to erase a character in a string” question was unfairly closed
Function to erase a character in a string
This question is currently closed with the hypothetical/stub/pseudocode close reason.
Questions must involve real code that you own or maintain. ...
7
votes
3answers
79 views
Topicality of question “Project Euler #52 - Permuted multiples”
Regarding this question, OP has stated his code works under SpiderMonkey 1.8.5, but not in NodeJS. I've looked at the SpiderMonkey 1.8.5 page and it states that;
Note that version 1.8.5 is ...
3
votes
1answer
65 views
Two unexplained downvotes on “Triangled printing” question
Some time ago a posted a simple Python script: Triangled printing. It contained an example of the desired output, worked and was in my opinion fully on-topic. It still got two down votes, so what was ...
6
votes
2answers
75 views
Why is “Random value excluding both limits” considered an off-topic question?
I recently asked this question: Random value excluding both limits
The code to review is as follows:
do {
var random = Math.random();
} while(random === 0);
...
8
votes
4answers
82 views
How do comparative reviews …compare to the rest of CR questions?
I stumbled upon this question in the reopen queue, and looking at it I could find reasons to leave it closed, so I voted [leave closed].
Then I was curious about what made it gather so many reopen ...
7
votes
2answers
59 views
Is this question off-topic because of being a copy/paste of another homework assignment?
For this question:
Circular Queue program
one of the answers noted that the code in the question appears to be copy/pasted from this homework assignment.
Should the question therefore be closed as ...
2
votes
3answers
29 views
Is it appropriate to reveal solutions to public challenges in comments and answers?
I've seen a question that asks for a review of a piece of code that solves a public coding challenge (linked in the question). The first comment just discloses the optimal solution without actually ...
2
votes
1answer
58 views
Confusion over posting an acceptable question
My question was closed with a very vague reason. I'm a member on multiple Stack Exchange sites and haven't had issues before with creating a question.
If my question is off-topic I would say the ...
9
votes
1answer
40 views
Reopening already reviewed questions containing broken code
This concerns this question I (and then others) voted to close. It contains some bugs, which were found in this review by mdfst13. I wasn't sure if closing was a good idea and the current outcome says ...
2
votes
1answer
28 views
Code in a question was changed after getting suggestions via answers and/or comments? [duplicate]
Today, I saw a question that asked to review the OP's code. On reading the answers, I found that they repeat or just explain the things seen in the code and say:
You can use xxx instead of yyy
...
6
votes
2answers
53 views
Does getting OutOfMemoryError really mean broken code?
This concerns this currently deleted question.(*) My opinion is that a program getting out of memory after 3 hours is basically working. It may not be good enough for what's required, but it's exactly ...
9
votes
2answers
110 views
Why was the question too vague?
I'm reasonably new here but wondered why this question got put on hold?
The OP asks for a review of the code he had provided as the answer to another post on this site. (He includes a link to the ...
5
votes
1answer
66 views
Could I make my design/approach question on-topic?
I just want to discuss my question which was put on hold:
Config data management within a framework
I'm not ranting or arguing. I'm just trying to ascertain why my specific question was not on ...
7
votes
1answer
61 views
“We are looking for long answers …” on a question
This question has been marked with the text
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer; explain why your answer is right, ideally ...
9
votes
2answers
77 views
Optimizing a Neural Network - on topic?
Backpropagating with Neural Network
The above question asks for help in optimizing a genetic algorithm. At the moment the algorithm takes too long to stabilize.
I have voted to close the question as ...
4
votes
1answer
44 views
Why did a moderator remove a whole sentence in my question?
I have often observed that some of my questions were revised by moderators, and till now I always understood (and approved) the reason of the modification: correcting typos or language faults, ...
10
votes
5answers
80 views
Please provide me feedback on my badly received questions
Two of my questions were down-voted as -3 and -4. I couldn't understand the problem with them. But if at-least 3 people are down-voting something is bad with them. Nobody commented or answered or ...
2
votes
1answer
44 views
What more can I do for my question to not be off-topic?
Generically calling an overloaded method
My question has been deemed off topic even after editing. What else is needed?
12
votes
6answers
128 views
LQ accepted answer - should deleting be an option?
This question received a code-only low-quality answer that the OP accepted.
I had downvoted that answer, because as the moderator note mentions:
We're looking for long answers that provide some ...
14
votes
6answers
121 views
Closing a question because the posted code was produced quickly
I came across this question in my "close votes" review queue: Block_breaker clone in pygame with simple edge detection
And noted that the close reason given was:
Other: I'm voting to close this ...
2
votes
2answers
40 views
Are mods notified when users edited a closed question?
Strangely enough, I'm used to vote for reopening others' questions on SO, but since I'm new on this site, I can't really vote to reopen my question. (Since it's put on hold by a mod I don't think ...
15
votes
2answers
93 views
How broken does code have to be to for a question to be closed?
I recently voted to close this question:
The longest subsequence with specified difference between min and max
Originally I thought the code was really bad because the OP claimed a linear solution, ...
1
vote
6answers
157 views
Should there be evidence for a provided reason when a question is put on hold?
It is easy to say about code that it is written by someone else. It is fine if it is based on concrete facts by providing a link to that code of which they think that it is written by someone else. It ...
14
votes
4answers
195 views
How to resolve 3 numbers - that's the question
Checking if 3 numbers are an arithmetic progression
Update: The question has now been unlocked. It remains closed. The Unlock is a 'probationary' act, if the situation remains in control, that's ...
6
votes
1answer
44 views
Vote to close bounty question - example code
Unit testing UI related modules
A module + test could look something like this:
...
2
votes
3answers
39 views
Should this question be un-migrated or migrated to another site?
Question in question: What is processing inefficiency and object allocation efficiency?
As Simon pointed out in the comments, the question is not so much about "Please review how I am solving the ...
7
votes
1answer
31 views
Rescind close vote
I put an incorrect close-as-dupe vote on this question, which is preventing the OP from offering a bounty. How might I remove this vote to allow the bounty to be placed? I've checked in the ...
10
votes
2answers
165 views
My code works in most scenarios, but this one scenario breaks, and I'd like help fixing that one scenario!
My code works in most scenarios, but in this specific scenario, it does not at all do what I intend for it to do. I was hoping to have it reviewed and see if anyone could spot a fix.
Is this ...
4
votes
1answer
46 views
Info request: “Wait! Some of your past questions have not been well-received”
I have 7 questions with several positive up-votes and 2 deleted by myself. Today I received this message when trying to ask a question:
Wait! Some of your past questions have not been ...
12
votes
3answers
87 views
Process to follow when un-answered questions have a follow-on
This question was asked a couple of weeks ago, and has not been answered in that time. It has languised: Edmonds-Karp algorithm for maximum flow in Java
In the interim, the question asker has updated ...
7
votes
2answers
124 views
Am I violating the [beginner] tag?
I consider myself a beginner, therefore I usually end up using the beginner tag.
For these questions, am I violating the beginner tag?
Reverse Polish Notation Compiler
Code Generator Generator
...
5
votes
3answers
86 views
What should we do with questions which are looking like sample code but are a proof of concept implementation?
Yesterday I stumbled over 2 questions which seemed to be sample code.
The first stated
I wrote a sample project to show you my model. What do you think about it?
and the other had code like ...
17
votes
1answer
145 views
Complete code rewrite
I came across this question today:
Count the ways to partition an array into two equal sets
This question can be interpreted in a way, that it asks for a complete rewrite of the code, and indeed ...
5
votes
4answers
83 views
Selfie code-only answers as an offsite link
This question Gees - GPL Euler equation solver and its revisions were recently affected by this policy we have about how to add selfie-answers to your question
Specifically (I have bolded the ...
7
votes
2answers
112 views
CoreData or code-backed UML reviews
About: Core Data model for test-taking iOS app
See also: Are UML diagram reviews on-topic for CodeReview? and Reviewing "design"
I feel the linked question is off-topic because it is ...
2
votes
1answer
41 views
Why is this question in the Top Questions / active list?
A couple of minutes ago I stumbled upon this question. The reasons I'm asking this question are:
There has been no activity since Jamal♦ last edited it.
It has been migrated from SO, altough it's a ...
11
votes
2answers
140 views
Dealing with a question with no answer
The Help page suggest that if a question has received no answer, the poster should:
Edit the question to provide status and progress updates
Document continued efforts to answer the question
...
2
votes
5answers
33 views
What causes a question to get closed as example code?
Multiple if else: how to reduce Cyclomatic Complexity of code
Here's an example of something that was tagged as example code. I'm wondering what makes it example code as sometimes we have to change ...
6
votes
3answers
157 views
The Code Review/Programmers/Stack Overflow hot potato
I don't want to cross-post on all metas so code review has to be the target of my ire, apologies.
Current hotness:
Test & remove, or always remove
So I'm starting to notice that questions are ...
7
votes
2answers
137 views
Strict requirements around code examples in questions leading to counterproductive results?
Here's a post that exemplifies my question:
Extension method to enumerate a hierarchical object
Looking at the history, all I can think of is "poor OP." Several items of note:
In an attempt to ...
13
votes
1answer
160 views
A question was migrated to CR when the OP obviously didn't want a code review. Why?
So, I ran across this question. It would be a pretty good question except for one little detail: the OP doesn't want it reviewed.
... and am not looking for pure code improvements.
Also, in the ...