Possible Duplicate:
Which computer science / programming Stack Exchange do I post in?
I have searched for a similar question, but I have not yet found it on Meta. I have not found anything specific as to policies related to asking about beta sites either - in this case codereview.stackexchange.com.
I have a question related to the beta site codereview.stackexchange.com. So, according to the FAQ, codereview is essentially about refactoring code (for performance), best practices, etc. not error debugging.
So, does that mean that in essence I should post specific questions about specific errors that I have in my code in stackoverflow.com, and specific questions about my approach or coding methods in codereview.stackexchange.com?
For example, say at the beginning of my coding efforts with a random Visual Basic for Applications (VBA) project, I encounter a specific error I cannot resolve. I go to stackoverflow.com to find a solution, and to post a question if I do not find the answer. By contrast, however, if I am working with a C# Treeview solution, and I want to refactor /reconsider my approach to my XAML layout, I would go to codereview.stackexchange.com?
I ask because in the past, I have seen refactoring style questions in SO, and it seems that the new beta site is intended as the future site for all such questions.