Linked Questions

14 votes
4 answers
310 views

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 ...
Elias Van Ootegem's user avatar
13 votes
4 answers
4k views

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 ...
RubberDuck's user avatar
  • 31.2k
12 votes
5 answers
384 views

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, ...
nhgrif's user avatar
  • 25.4k
7 votes
7 answers
432 views

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 ...
Nikita B's user avatar
  • 13.1k
19 votes
3 answers
301 views

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 ...
syb0rg's user avatar
  • 21.9k
7 votes
2 answers
179 views

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 ...
Nobody moving away from SE's user avatar
6 votes
1 answer
224 views

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 ...
Malachi's user avatar
  • 29.1k
8 votes
1 answer
163 views

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 ...
h.j.k.'s user avatar
  • 19.4k
6 votes
0 answers
73 views

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 ...
cHao's user avatar
  • 3,152
1 vote
0 answers
46 views

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 ...
JesseTG's user avatar
  • 459