Questions tagged [what-is-a-code-review]
This tag is for discussing what a Code Review answer is. For example: how it differs from a 'real' code review, the minimum amount of explanation needed in an answer, and generally what can be helpful to provide in an answer.
6 questions
17 votes
1 answer
202 views
Is simply telling someone to use an API an appropriate code review?
I recently viewed a question where the only answer was simply telling the OP to use a provided API instead of scraping data themselves. Is this considered an appropriate answer on Code Review? My ...
20 votes
5 answers
612 views
What IS a Code Review?
So, this site is called "Code Review"... What we do here is... ask for and write Code Reviews, naturally. However, I feel that there are a whole bunch of different thoughts floating around about ...
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 ...