Questions tagged [site-policy]
Site-Policy is the way the main site is run and managed - processes, procedures, and routines that should be followed. Use this tag when you believe site-policy has not been applied correctly to a main-site question, or when you believe existing site policies should be modified, or new policies added.
120 questions
40
votes
2
answers
1k
views
Why is only my own written code on-topic?
I tend to disagree with point #2 on the Help Center:
Did I write that code?
I believe any code, written by one self or anyone else should be eligible for code review. Many a times, you're reviewing ...
17
votes
2
answers
936
views
What Site Policy should we have for code written by ChatGPT?
As all of us I'm sure are aware, ChatGPT has induced a plethora of discussion network-wide. Specifically with this site, we could very well see an influx of questions about reviewing ChatGPT generated ...
9
votes
1
answer
233
views
How to best motivate posters to migrate their question to another site?
It often happens that people post a question that is not suitable for the site they posted it on, but should rather go to another Stack Exchange site. Sometimes this is made easy using some of the ...
39
votes
8
answers
2k
views
Short answers and code-only answers
What should we do with:
Short answers (for example, "I suggest you use [hyperlink to this standard API] instead.")
Code-only answers (for example, an improved version of the code in the OP)
Such ...
20
votes
2
answers
488
views
Should code block(s) as answers always require an explanation?
Here is a great example of this. Granted, that was that user's first post, but this is still common.
UPDATE: That example has since been updated, so consult the original version.
This type of ...
2
votes
1
answer
271
views
How to provide large code for code review?
What is the way to provide large code for code review at the codereview.stackexchange.com?
I do my best cutting the code into pieces which could be reviewed separately as components. I started from ...
10
votes
2
answers
374
views
Disable Anonymous Contributions
Note: Due to my position as a moderator I can't comment or point to specifics, which greatly obfuscates the validity of my question.
The moderator team has been brought aware of certain irregularities ...
-1
votes
1
answer
189
views
Can a user post code in an answer even if they don't fully understand how it works?
In this answer the OP of the question presented an alternative solution from github. The github repository shows that it uses the MIT license:
...
Permission is hereby granted, free of charge, to any ...
41
votes
2
answers
2k
views
How to post a follow-up question?
Sometimes I stumble upon follow-up questions, where code is being posted again after having gone through a review (or two).
Examples of possible sets of follow up questions:
Find missing numbers - ...
7
votes
3
answers
186
views
How should I include resources (images, videos, audio, etc) in questions?
I know my code doesn't have to be complete.
However, in my specific case I have a project where I'd like to focus on performance improvements.
Some optimizations are obvious,
where others require ...
2
votes
1
answer
238
views
TypeScript and JavaScript tags
We typically treat c and c++ as mutually exclusive. We don't tag the same question with both c and c++. I feel we should do the same for TypeScript and JavaScript.
TypeScript needs to run through a ...
9
votes
2
answers
310
views
Is it okay to edit part(s) of code not yet reviewed?
In this question of mine, the one answerer so far has only reviewed a part of my code. However, I've made changes on other parts of my code, but I don't want to somehow invalidate that answer.
Would ...
1
vote
0
answers
135
views
Updating a question before it's answered? [duplicate]
My most recent question hasn't received any answers in the 24 hours it's been up, and I've made a couple (IMO small but not negligible) changes since asking it that I would like feedback on.
Can I ...
18
votes
2
answers
990
views
Why are alternative solutions not welcome?
I skipped reviewing this answer because I am not sure what to do with it after I read the comment posted below it:
Welcome to Code Review! You have presented an alternative solution,
but haven't ...
19
votes
3
answers
356
views
What are our answer editing guidelines?
On this site, we have a well-known policy on editing code in questions: Don't do it. After all, that code is up for review, in all its glorious ugliness and buginess. But clearly, such reasoning ...