I have some code that I want to put on Stack Overflow for a code review. What is the best way to handle multiple files? Should I just ask a question and put a link to a public GitHub repository? What do people usually do in this case?
-
This might fit better here - meta.codereview.stackexchange.com.Bernhard Barker– Bernhard Barker2013年10月05日 21:45:58 +00:00Commented Oct 5, 2013 at 21:45
-
Stack Overflow and Code Review are not the same thing. Which one are you talking about?animuson– animuson StaffMod2013年10月05日 21:53:26 +00:00Commented Oct 5, 2013 at 21:53
1 Answer 1
Stack Overflow is better suited for practical programming questions about specific issues. Try CodeReview.StackExchange.com for code reviews. Be sure to read their FAQ though. For one, I think it's preferred or even required to put your code (the relevant bits) in the question to make it stand on itself, as well as to prevent link rot. To quote the relevant bits from their FAQ:
What topics can I ask about here?
Code Review Stack Exchange is for sharing code from projects you are working on for peer review.Make sure you include your code in your question
This site is for code reviews, which are hard to do when the code is behind a link somewhere out there on the internet. If you want a code review, you must post the relevant snippets of code in your question. It is fine to post a "see more" link (though, do be careful — very few reviewers will be willing to click through and read thousands of lines of your code), but the most important parts of the code must be placed directly in the question.
-
2Yes.... review of the entire source is not practical. Review of a subset, or specific methods or classes are more appropriate.psubsee2003– psubsee20032013年10月05日 21:43:35 +00:00Commented Oct 5, 2013 at 21:43
You must log in to answer this question.
Explore related questions
See similar questions with these tags.