I have this questions that fits the FAQ of Code Review, Programmers, and Stack Overflow. It contains a couple code snippets for one platform and I'd like to know the recommended practice between them. I know Stack Overflow would accept this question, but where should I best fit it?
|
Stack Overflow is for concrete problems; if it's somehow not working as intended. Code Review is for code that works as intended, but could use improvements - to performance, to maintainability, or other goals. Programmers is for the conceptual questions. (I recall there's a diagram about that, but have been unable to find it back). Since you have actual snippets, I'd say it's StackOverflow for the things that are broken and CodeReview for the things that need improvement. I don't think Programmers is where you want to go, unless you want to re-consider the entire design. HTH |
|||||||||||||
|