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
400 lines is not that big, it should be fine to post the complete program below the Code Reviews post category. I'd post it as separate code formatted blocks with one block per file indeed. A revi...
Answer
#2: Post edited
- 400 lines is not that big, it should be fine to post the complete program below the Code Reviews post category.
I'd post it as separate code formatted blocks with one block per file indeed. A reviewer can then fairly easily reproduce the project. Plus then you'll get a review on the overall design and file structure as well.- Include everything else that's relevant too, like compiler options, pictures, requirements, use-cases.
- 400 lines is not that big, it should be fine to post the complete program below the Code Reviews post category.
- I'd post it as separate code formatted blocks with one block per file indeed. A reviewer can then fairly easily reproduce the project. Plus then you'll get a review on the overall design and file structure as well. Alternatively you could give a Github link or similar.
- Include everything else that's relevant too, like compiler options, pictures, requirements, use-cases.
#1: Initial revision
400 lines is not that big, it should be fine to post the complete program below the Code Reviews post category. I'd post it as separate code formatted blocks with one block per file indeed. A reviewer can then fairly easily reproduce the project. Plus then you'll get a review on the overall design and file structure as well. Include everything else that's relevant too, like compiler options, pictures, requirements, use-cases.