Questions tagged [answers]
This tag is for questions about answers: how to answer, whether specific answers are appropriate, and so forth.
126 questions
7 votes
2 answers
149 views
Is pseudocode allowed in *answers*?
There are several meta questions plus the help center making it clear that questions must provide real code. However, it is unclear to me whether answers must therefore also be runnable code. ...
-2 votes
3 answers
287 views
Can I improve my answer based on other answers?
The situation is this: recently, I answered a question here on CodeReview.SE. I was the first to post, and my answer was pretty well-received (5 upvotes and originally accepted). I mainly redesigned ...
-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 ...
4 votes
1 answer
103 views
Is it okay to update code of an off-topic question using code from an answer?
While the consensus is that it is not okay to add someone else's linked code to a question, there is a post that is off-topic where the OP added an answer with code that would make the question on-...
2 votes
1 answer
170 views
Why delete a lone upvoted answer on a CR question?
I see this post has one deleted answer that has some good advice and received three upvotes. Why was it deleted? My presumption is the user was aiming to earn the disciplined badge but perhaps there ...
7 votes
2 answers
204 views
How do we handle answers that pertain solely to other answers?
Most of us are (or should be) familiar with this section of the Help Center Page How do I write a good answer?: What goes into an answer Every answer must make at least one insightful ...
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 ...
18 votes
2 answers
202 views
Advice without knowledge of specific language
I'm here for a little more than one year now but still very new to the how-to of the place, and a recent comment in this post made me think that maybe I was ...