It seems to me that this site should be folded back into Stack Overflow. This site is little known, and because of a lack of reviewers, it does not serve its purpose well. Instead, requests for code review should be marked with, say, a review tag on Stack Overflow. Anybody who does not want to see review requests can filter them out easily.
|
StackOverflow is an amazing resource for getting answers when you're stumped on a specific problem in your code and everything you've tried still doesn't make it work, and Google isn't helping you either. Posting working code on StackOverflow is likely off-topic, because there's no problem to solve. So you've posted your specific issue on SO, got some great answers, you've upvoted some and accepted the best, and now you've got working code. You got fast and numerous answers because there are hundreds of thousands of highly-qualified users roaming SO for questions like yours, and because several of these people have been there before and know the solution to your problem. With the help of people who are willing to spend a little bit more time to answer a post, CodeReview is an amazing resource for getting your working code to work better and be easier to maintain, and also to spot that subtle I never realized it could have been a problem issue that your eyes alone haven't seen.
This is where you come into play. 1. Spread the newsIndeed, not everybody on StackOverflow knows about CodeReview. Good reason to leave a comment on a SO post along the lines of "This question is likely off-topic on SO, but you could try posting this question on (or rather, have it migrated to) CodeReview.StackExchange.com to get your code reviewed, people there will strive to point out everything that can be improved".2. ParticipateIndeed, the CodeReview community is much smaller than that of StackOverflow. Join in, you're more than welcome!
Folding CR back into SO and closing the books here, would do no good to anyone. CodeReview is fairly unique in the SE family of programming-related sites:
Now consider this (emphasis mine):
Code Review is the only site on the StackExchange network where asking for feedback on a specific working piece of code is clearly on-topic. As Jamal's nice answer mentions, StackOverflow's scope is well defined and absolutely unlikely to be modified to take what CodeReview takes. As for not enough reviewers, ...what makes you say that? Bottom line, if you find there's not enough activity on CR, ...then participate more! |
|||||||||
|
Sounds more like a feature-request for MSO. Plus, you'll likely only receive biased feedback here. We're just trying to grow, same as any other beta site. We can use all the help we can get, especially from users on SO. Due to the overlapping of ideas, we owe much of our success to them. We're also here because we love reviewing code, namely to help anyone improve their already-working code. You cannot quite do that on SO, especially when "shotgunning" answers is the norm over there. Here, you can take your time to write a great review, or you can just write a small one. The one advantage of a smaller site like this is that your answer will very likely still be seen after any late changes. On SO, it may just be buried under all the newer content. To be more technical, this would mean establishing new topic-oriented policy for SO, which may not happen since SO is already established. Plus, if SO users were interested in code reviews at the present time, they would just come here. If that's a hesitation, then it may mean that the answerer would prefer rep on SO, which could indicate a sole desire for more rep from answers. Not all regulars on SO choose to answer only on SO, though. Here's one of these users. Lastly, would you consider helping out around here? You have a decent amount of rep on SO, which tells me you'd make a great reviewer. The more, the better. :-) |
||||
|
I think you miss an important point of view. Stack Overflow was probably the first and only site of this Q&A format. As time goes on, the site adopted many users and had a tremendous variety of topics, most of which seem to belong to more-specialized domains. The SO team and community are obviously having hard time moderating and maintaining a such variety of information put in one place, and the decision to split the site into more specialized domains seems to me as a natural solution. From a technical perspective this is probably harder done than said. As you said, new Q&A sites are not popular in their early stages. Code Review is still in its beta phase. It requires time for users to switch to it with their code-review related askings, and even more time for moderators to find and migrate code review questions from Stack Overflow (or elsewhere) into this site. Basically, there is nothing like a button which when pressed will automatically move all review-seeking users from SO to this site, neither will migrate automatically all the questions. This is a process of development, and what is being developed is not just another platform, but a community-driven environment and user base. These things take a long time to evolve and mature, especially for more specific domains, like code-reviewing. |
||||
|