Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I agree and I think it should be a separate category, with separate posting rules. There are several examples of how the rules for each category would likely be fundamentally different: Main Q&...
Answer
#1: Initial revision
I agree and I think it should be a separate category, with separate posting rules. There are several examples of how the rules for each category would likely be fundamentally different: **Main Q&A category** 1. Encourages minimal examples to reproduce the problem, particularly when asking for debug help. 2. It is fine to post questions seeking help to fix code which isn't working. 3. Allows theoretical or big picture questions such as algorithm theory or program design. 4. Can ask what code written by others does/works. **Code review category** 1. Encourages posting the complete code as-is, with no modifications. 2. All code must be compiled and tested, with no known bugs. 3. Must contain code. 4. The poster should be the author of the code and describe what it does as part of the question.