Code reviews on the web for PHP and JavaScript code - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T09:16:08Zhttp://stackoverflow.com/feeds/question/87896http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/87896/code-reviews-on-the-web-for-php-and-javascript-code9Code reviews on the web for PHP and JavaScript codeVirtuosiMedia2008-09-17T21:32:46Z2008-09-18T17:43:03Z
<p>What are the best places for freelancers or small companies to get code reviewed for PHP and JavaScript? Forums are an option, but are there any sites dedicated specifically to code reviews? </p>
<p>Edit: Just for clarification, I'm looking more for a website to get the code critiqued by others than a tool that helps perform internal code reviews. I do appreciate the responses that offered a tool, though, and will keep those in mind for future use.</p>
http://stackoverflow.com/questions/87896/code-reviews-on-the-web-for-php-and-javascript-code/87928#879288Answer by Aeon for Code reviews on the web for PHP and JavaScript codeAeon2008-09-17T21:36:43Z2008-09-17T21:36:43Z<p><a href="http://refactormycode.com" rel="nofollow">Refactor My Code</a> comes to mind. </p>
<p><a href="http://snipplr.com/" rel="nofollow">Snipplr</a> is handy too, but is more like a web notebook rather than a dedicated code discussion site.</p>
<p><a href="http://gist.github.com" rel="nofollow">Gist</a> from the github folks is basically a versioned pastebin, which is pretty awesome in its own right, but again, more useful as a supplement to a discussion, rather than a discussion itself.</p>
http://stackoverflow.com/questions/87896/code-reviews-on-the-web-for-php-and-javascript-code/87937#879371Answer by Wally Lawless for Code reviews on the web for PHP and JavaScript codeWally Lawless2008-09-17T21:37:24Z2008-09-17T21:37:24Z<p>Some have recommended <a href="http://www.refactormycode.com" rel="nofollow">www.refactormycode.com</a> in the past. Their PHP section is a bit limited as of the last time I looked but it might not be a bad place to start. </p>
<p>Is there some specific information you were looking to obtain or just general improvements to what you have done?</p>
http://stackoverflow.com/questions/87896/code-reviews-on-the-web-for-php-and-javascript-code/90678#906783Answer by fuentesjr for Code reviews on the web for PHP and JavaScript codefuentesjr2008-09-18T07:18:04Z2008-09-18T07:18:04Z<p>Well if you have a group you would be doing the review with, I would suggest looking into <a href="http://codereview.appspot.com/" rel="nofollow">Rietveld</a>. It's a web application code review tool <a href="http://code.google.com/p/rietveld/wiki/CodeReviewBackground" rel="nofollow">developed by</a> Google engineer and Python BDFL Guido van Rossum. However it requires the use of a hosted subversion trunk, but it's language agnostic. </p>
http://stackoverflow.com/questions/87896/code-reviews-on-the-web-for-php-and-javascript-code/93364#933645Answer by Kato for Code reviews on the web for PHP and JavaScript codeKato2008-09-18T15:01:46Z2008-09-18T15:01:46Z<p><a href="http://www.smartbear.com" rel="nofollow">Smartbear</a> offers a product called <a href="http://www.smartbear.com/codecollab.php" rel="nofollow">code collaborator</a>. It allows line-by-line critiques of files and ajax-style dyanmic updating, so you can actually hold a discussion in the code.</p>
<p>We use it at my day job--very, very useful. It's <a href="http://www.smartbear.com/codecollab-buy.php" rel="nofollow">free for use with open source projects</a>, and I use it for those too.</p>