Linked Questions
22 questions linked to/from Reviewing "design"
7
votes
1
answer
84
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 ...
8
votes
1
answer
170
views
Are questions mostly unrelated to the presented code on-topic?
So we had an argument whether this question is on topic:
RESTful movie shop
I see this question as off-topic although it seems to satisfy most rules.
There's code. It works. It's real...
But the ...
1
vote
4
answers
165
views
Is undefined behavior (for C/C++ code) off-topic here?
This site states that correctness in unanticipated situations is explicitly on-topic here.
If you have a working piece of code from your project and are looking for open-ended feedback in the ...
2
votes
2
answers
155
views
Can I ask for a review of an entire library?
I am working on an open-source library that contains several source files. I would like to ask for feedback, not only for specific code in specific files, but also on the more general arrangement of ...
2
votes
1
answer
117
views
Are implemented API reviews without code on-topic?
I've been reading through the various questions asking whether or not API reviews are on topic, but they've left me a bit confused.
In particular "Are questions about public interface (API) on topic?"...
2
votes
2
answers
83
views
Are questions about which of a few implementation choices to pick from on topic here? [duplicate]
Let's say I have a question roughly of the form:
I am trying to implement some not uncommon thing, X. I have done it in three different ways:
Full, working, concrete example implementation A....
3
votes
1
answer
124
views
Is the review of vocabulary/ontology use (e.g., for HTML structured data) on-topic?
In HTML, structured data is typically added with the syntaxes JSON-LD, Microdata or RDFa. The review of the syntax use is clearly on-topic, just like the use of plain HTML is.
But what about the ...