Search code examples
review

Is there any website for programmer to review other code?


The title is what I want, I'm in school and doing my own project myself, so I really want to have a website that I can post my code there for anyone review it, can I? Thanks.


Solution

  • Assuming the code works, Code Review @ Stack Exchange is an option. Please read A guide to Code Review for Stack Overflow users and their help center before posting though.

    If you have a working piece of code from your project and are looking for open-ended feedback in the following areas:

    Best practices and design pattern usage
    Security issues
    Performance
    Correctness in unanticipated cases

    … then you are in the right place!