Linked Questions
10 questions linked to/from Code Review vs. Help me solve my problem
14
votes
4
answers
310
views
What's the point of voting on "questions"?
On this site (code-review), the best questions sometimes contain the worst possible code. I'm not the only one who noticed this. On any other code-related SE site, questions with code that causes ...
13
votes
4
answers
4k
views
What exactly does it mean for code to be "Working Code"?
Why is it that Code Review's definition of "working code" is so misaligned with so many people's expectations?
@rolfl
Well, we've had a lot of discussion about broken code on meta, but we ...
12
votes
5
answers
384
views
Questions about interfaces, protocols, and APIs
Are questions about interfaces/protocols and APIs on-topic for Code Review?
And when I say "protocol", I mean this in the Objective-C/Swift (and potentially other languages) version of the word, ...
7
votes
7
answers
432
views
"Code not yet written" clarification: Are unimplemented interfaces on- or off-topic?
I would like to know what exactly it means. The reason for asking is my question which was recently put on hold:
https://codereview.stackexchange.com/questions/60108/async-task-queue-design
Can ...
19
votes
3
answers
301
views
Reviewing AI based on how it performs
On Code Golf is is common to see a king-of-the-hill question where you have to implement an AI based on the rules given in the question.
So then I got to thinking - "If I developed an AI for one of ...
7
votes
2
answers
179
views
Are Monte Carlo algorithms off-topic by definition?
One of the key requirements for posting here is
working code to the best of our knowledge
Where working means that the code compiles and returns correct results.
Where does that put Monte Carlo ...
6
votes
1
answer
224
views
Is this slow-loading images question off-topic?
This question was closed for asking for code to be written, but I think it is really asking how to speed up the loading of images, which I would think is performance related, which is something that ...
8
votes
1
answer
163
views
Reviewing code while alluding to a design question
Wells, for the nth time... https://codereview.stackexchange.com/questions/61319/good-io-library-design
Copying my comment in verbatim, with extra emphasis:
Wells this is the really really grey area ...
6
votes
0
answers
73
views
Are questions that ask *not* to offer readability/style/structure advice, on topic? [duplicate]
The question in question: A platform-independent implementation of "which" in Ruby
The OP has rather specifically asked that people not talk about how to improve the readability of the code ...
1
vote
0
answers
46
views
Are design questions (with actual code) on-topic? [duplicate]
Suppose I'm working on a particular module in my software. I have a proposed design (possibly already implemented or prototyped) that I want feedback on in a tangible format, such as a Java ...