Code Review Basics

Started by
1 comment, last by larsbutler 11 years ago

I am new to GameDev.net, and so I apologize if this topic has already been posted:

I am wondering how I should go about posting code, in order to receive a code review. Any information or advice on this would be extremely helpful.

Advertisement

Never mind. Someone else has posted a game of Pong, and I found my answer through that post.

If you want to post code for review, make it as easy to view as possible.

For small bits of code, use Github gists and pastie.org, for example. This is means code can be viewed in the browser without having to go and download a .zip/.rar/.tar file.

For larger bodies of code, host it somewhere like code.google.com or github.com. Again, this is useful so you don't have to ask people to download and extract an archive.

This topic is closed to new replies.

Advertisement