CARVIEW |
Select Language
HTTP/2 302
date: Sun, 27 Jul 2025 00:28:33 GMT
content-type: text/html
content-length: 143
location: https://codereview.meta.stackexchange.com/questions/linked/4952
cache-control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
expires: Thu, 01 Jan 1970 00:00:01 GMT
vary: Accept-Encoding
x-dns-prefetch-control: off
server: cloudflare
cf-ray: 9658047579fb75e9-BLR
HTTP/2 200
date: Sun, 27 Jul 2025 00:28:33 GMT
content-type: text/html; charset=utf-8
cf-ray: 96580475a9d2f473-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=cd8928db-b28e-435f-80d9-61fa306bae6f; expires=Mon, 27 Jul 2026 00:28:33 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: fb28e5ab-29ed-4726-9862-0614c0e1be21
x-worker-origin-response-time: 311000000
x-dns-prefetch-control: off
set-cookie: __cflb=02DiuFvoRiAgmsXwRkcRAaPTTpdB746Ns2GSzm7YbdPBA; SameSite=Lax; path=/; expires=Sun, 27-Jul-25 23:28:33 GMT; HttpOnly
set-cookie: prov=cd8928db-b28e-435f-80d9-61fa306bae6f; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=sGQO2DxSokYYuqM55O8h0G5CppAHu_LaXunz6PpSxPc-1753576113-1.0.1.1-aOsBAyIClMJ2TW_bWfFJXgG3Hbsupq9jL0MYwhScnFOXINgZfvEqSaryM_HfULSFvtasAxF2palZsbRyZrYIdnmjmCvVCQR97BgYK8DN5S0; path=/; expires=Sun, 27-Jul-25 00:58:33 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=jVK3CrSscnk.DPHrG3_HMcsSf8NDG.6Nydo2wOMg1jQ-1753576113861-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Hot Linked Questions - Code Review Meta Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsLinked Questions
34 questions linked to/from Frequently Posted Comments
86
votes
4
answers
10k
views
How to get the best value out of Code Review - Asking Questions
I have a project I am working on, and I would like some, or all of it
reviewed, how can I ask for this review on Code Review in a way that
produces the best possible value?
This is not about a ...
Community wiki
222
votes
1
answer
13k
views
A guide to Code Review for Stack Overflow users
You're on Stack Overflow and you've found a question that seems to be about improving code. You are trying to be helpful, and you put a comment in the question:
You should try asking on CodeReview....
Community wiki
138
votes
2
answers
18k
views
For an iterative review, is it okay to edit my own question to include revised code?
Is it okay to edit the question to include the improved code?
I would like to do so for the following reasons:
To share the improved code with others
To show the answering persons that I take their ...
43
votes
5
answers
8k
views
My question was closed as being off-topic. What are my options?
I can understand that sometimes questions are closed as being too opinionated, too broad, or unclear, but my question was closed as being off-topic. I have read the On-Topic Help Center page for Code ...
Community wiki
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 ...
54
votes
5
answers
1k
views
Code Review is getting boring
Boring
I find that Code Review is getting pretty boring and unprofessional. The reason why I think this way is that many good questions about real-world problems don't get very much attention. Instead,...
21
votes
3
answers
475
views
Is it okay to add someone else's linked code to the question?
Some questions link to the code they want reviewed, which is against site policy. Should one edit the code into the question in these cases?
The problem I see is that all content on Stack Exchange ...
18
votes
2
answers
956
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 ...
26
votes
4
answers
628
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 ...
20
votes
6
answers
524
views
Is there a limit to the number of answers a user can post to one single question?
Example situation1
We have a user that finds a question and posts an answer for each and every change they would make - commonly being a single low-hanging fruit point, but not limited to it. It ...
PeilonrayzMod
- 44.2k
24
votes
2
answers
631
views
How should we deal with askers fixing off-topic questions when an answer has been posted?
I did a quick search to see if this has been asked, but it didn't seem to be. The intent behind this question is from how this question was handled, but is not limited to it.
The situation is an asker ...
17
votes
2
answers
900
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 ...
32
votes
1
answer
529
views
Should you refrain from answering questions that are likely to get closed?
Sometimes a question may look highly suspicious that it might get closed,
very commonly:
looks broken
looks hypothetical
unclear what OP is asking
These suspicions aside, what if you have a genius ...
16
votes
2
answers
188
views
My reviews feel like a broken record [duplicate]
I don't know how bad it is for other languages, but for CSS reviews, I feel like I keep pointing out the same mistakes every time:
Lack of shorthand
Failure to use more semantic HTML5 elements when ...
16
votes
4
answers
769
views
Questions should include a description of what the code does
Related:
What criteria do you use to upvote a question?
What makes a good question?
I feel that it is currently too easy to copy some code that you have written and put it up for review here on Code ...
- The Overflow Blog
-
-
Hot Network Questions
- How to extend an MDF shelf?
- Automatic drawing of polygon around selected polygons in QGIS
- I don't have enough alive employees to start the day. What now?
- How do Francophones hear "ChatGPT"?
- Is there such a thing as 'aerospace grade software'?
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- Where did the name of Windows XP come from? Was it connected to the Cairo project?
- How can I turn the text in a PNG file back into text layer?
- In Fantastic Four 2025 shouldn't this thing have taken years?
- What is the weight of holy water?
- What is the meaning of 'Tel.......,qui......'
- I don't understand Photos Library.photoslibrary
- A question about as ..... as comparison
- What does it mean to "cancel" a command in the linux kernel and how can one do so?
- Meaning of 芭蕉 in Tang age
- Regenerative cooling of rocket engine turbine's blades
- spots / stains on tubeless tire
- When did the OEIS get even better?
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?
- Why aren't there baleen whales at about the size of a dolphin?
- I am looking for a French mathematician who contributed to complex analysis
- How many simple groups are there of a given infinite cardinality?
- Early Sailing days in September 1066... Could Harold defeat William at Hastings, if it happened before Stamford Bridge?
- When was the last time all humans were on the ground not in the air?