vote up 6 vote down star
5

After reading this post I had a look around for 'code review' communities, but I did not really find one. There were a few but they were usually for a very specific technology and not just a programming language specific one.

Never really thought of it before, but there sure is a lot of code out there that could benefit from a review. Not only is it a really good way to pick up new skills from your peers (or superiors), but it will also improve quality.

Does anyone know of one?

flag

72% accept rate
Do real programmers have time to review a full project's code for free? – Cyril Gupta Jan 6 at 10:55
2  
Do real programmers have time to work on open source software for free? For some, yes. – Jason Cohen Jan 9 at 0:18

1 Answer

vote up 6 vote down check

There's http://www.refactormycode.com, which (a bit like SO) is language-agnostic, but is best for fairly short method/functions/scripts. It's a nice learning environment.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.