use Perl Log In
Code Review Ladder Mailing List
Simon Cozens writes "I've been threatening to do it for a while, but now I've caved in, and set up the code review ladder mailing list." This list is for reviewing Perl code, and posting Perl code to be reviewed. Read on for more details.
"Part of the reason why I think some CPAN uploads are rubbish -- including some of my own -- is that people develop in isolation, and no one gets a chance to look over code before release. Other people can spot obvious mistakes or better ways to do something if they're a little further away from the action.
The idea behind the mailing list is that you can post your code to be reviewed, and if you get good feedback, you ought to feel some kind of moral obligation to help the next guy along. I've taken the concept from the go teaching ladder, where it seems to work quite well.
This isn't just for CPAN code, although improving CPAN is an intended goal. Post any code you'd like reviewed, and if we reach critical mass, you'll hopefully get some decent improvements on it."
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

www.perlmonks.org
(Score:3, Informative)( http://martynov.org/ | Last Journal: 2004.04.14 6:58 )
--
Ilya Martynov (http://martynov.org/ [martynov.org])
My reply from Simon's Blog
(Score:2)( http://sam.tregar.com/ | Last Journal: 2006.07.05 16:48 )
Now, if you were going to create something that cool for Perl code reviews I'd be there today. But another mailing-list where some code will get posted for comments by the crowd? Where egos will flair and I'll get drawn into all kinds of silly wars over the particularities of Perl syntax? Thanks, but no thanks! PerlMonks, p5p and the mod_perl list more than fill my quota of that.
Still, cool idea!
-sam
Perl Mentor Program
(Score:2)( Last Journal: 2005.09.14 9:50 )
I had some good ideas for it, buy no tuits. Basically, instead of being a mailing-list, people could sign up to be mentors (in specific categories if possible, or as code reviewers). Then, the mentors could take people under their wing to help them learn more about a specific topic (internals, module writing, OO, CGI, etc...), or general Perl hackery.
This way the egos that Sam talks about wouldn't get in the way, since things would be private and no one would be having a pissing contest. Anyways, I still think that's a good idea... maybe someone will run with it.
Re:Perl Mentor Program
(Score:4, Insightful)( Last Journal: 2005.09.14 9:50 )
It's nice to do things face to face, but unless everyone is being paid by a large company to be flown in to review code... that's simply unreasonable in most cases. So, online is what most people have (also phone). But, online does help. I was one Perl Monks early on, and have been list-dad of the beginners lists since day 1. I have seen many people go from only asking questions to answering them (correctly)... all online.
Wow. Interesting!
(Score:1)This looks like an interesting idea. There are many areas which could benefit from this approach, such as:
I think this definitely a good idea and a good investment if you plan to write code that is understandable and hackable by others. Count me in :)