Use this tag when examining what is on-topic or off-topic, and why.
8
votes
2answers
96 views
Reviewing software, not only code
I'm looking for some people/community who are doing each others' software reviews, but not only code. Actually code is the least important. I would like somebody look at my software as a whole and ...
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 ...
10
votes
4answers
80 views
Are Git workflow questions on-topic?
I recently started working part time in our organization's IT department and am working with one other person who has previously been the sole developer on several applications used in the office. We ...
17
votes
3answers
122 views
Reviewing “design”
It has been said in various comments that on Code Review we review code and not design.
I find this statement not very clear though. Obviously, if someone has an UML and not any written code, that's ...
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
2answers
48 views
Are reviews of protocols in scope here?
The rules for this 'exchange state quite clearly that discussion of
Higher-level architecture and design of software systems [...] is off-topic for this site.
However, I'm wondering if we might ...
11
votes
2answers
109 views
Should comparisons of code snippets be closed as “not seeking a code review”?
I've been seeing some "A vs. B" questions for a while, and I'm not sure if they're considered on-topic for this site. Many of these questions are not asking for a review, but which code snippet is ...
5
votes
1answer
123 views
Interview questions
It this a good site to ask others to review my interview question practice code? Or are you trying to keep it to "real world" questions?
9
votes
2answers
118 views
Is “how good is this encryption” in the scope of code review
I recently asked a question on Cryptography, that involved an encryption that I wrote. Usually, asking simply "how good is this encryption" would be out of the scope for that site.
my question: being ...
4
votes
1answer
86 views
How is “Application UI” within the scope of this site?
I just noticed Code Review's FAQ includes "Application UI" in the "If your question is about..." section. What exactly is meant by that?
User Experience is the site for UI/UX issues, though UX.SE is ...
2
votes
2answers
80 views
Are non-specific code-style questions acceptable?
Taking these two examples from the last 24 hours for comparison
Migrated
...
7
votes
2answers
118 views
Are database design reviews in scope?
See this question: Can you peer review my database design for a school system?
12
votes
2answers
144 views
List of StackOverflow questions to migrate
Ivo Wetzel has listed in detail a great set of prerequisites for migrating SO questions over here. Migration is a win-win situation, so we should invest some energy in bringing good on-topic questions ...
9
votes
3answers
296 views
Are reviews of code in Stack Overflow answers in scope?
Say you spent some time on a code answer to a SO question (example). Is it OK to forward the same code to Code Review or should any comments be left to happen in SO? If it's OK to ask for a review, ...
8
votes
1answer
64 views
Do questions about specific issues belong here or on StackOverflow?
I'm referring to this question specifically. The OP knows the code as-is doesn't work and is looking for the answer to a specific question.