NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Correctness (Score:1)
I'm looking forward to you in-depth review of the actual codebases and not just syntextual suger, as you are probably aware some of the some competitors has re-implemented a lot of existing mature codebases on CPAN, such as RFC: 2109, 2388, 2616, 4627, etc.
And simple thing like I/O and syscalls (logging error reporting) etc...
-- chansen
Re: (Score:1)
Re: (Score:2)
I won't be reviewing their code unless, for some reason, some failure takes me chasing down into it in the debugger.
However, I may end up commenting on their APIs and naming if it sticks out as unusual
Re: (Score:2)
A code review may not be as useful. What users almost always want to know is:
One issue with code reviews is that reviews are terribly subjective [perlmonks.org]. If I have a different take on how to approach a problem, I might very well ding someone on a review because I didn't understand/appreciate their code.
Yes! (Score:1)
Maybe we can find a GSOC student to give it a try!
Btw. "use Mojolicious::Lite" activates strict and warnings.
P.S: Website should be fixed and all examples have been updated to use "app->start" instead of "shagadelic". (Lets face it, inside jokes are not fun for new users)
Re: (Score:1)
Re: (Score:1)
Excellent Start (Score:2)
Thanks for this excellent start to the competition. I really appreciate that you're focusing on the viewpoint of a new user rather than an experienced developer.
This is particularly evident in the fact that some of your HTML is showing through rather than being rendered properly :) (e.g., <a href="http://svn.ali.as/cpan/trunk/Top100-Mojo">http://svn.ali.as/cpan/trunk/Top 100-Mojo</a> instead of http://svn.ali.as/cpan/trunk/Top 100-Mojo [svn.ali.as]).
Re: (Score:2)
It was very very late, and I wasn't paying enough attention obviously :)
Layout and spelling/grammar/etc nigglies fixed hopefully.
Dancer on MS Windows (Score:1)
Re: (Score:2)
I gave them a chance to fix that particular issue, and I even used the patched version of HTTP::Server::Simple they gave me.
The installation failed for another completely different reason.
Pair 'v' Pear (Score:1)
Hi Adam
I'll let other discuss the code.
As for 'pair shaped', it should be 'pear-shaped', since it really describes a woman with too much bulk on her hips and thighs.
Cheers
Re: (Score:2)
Typo, fixed.
It's not just you... (Score:1)
The new Strawberry Perl for Windows has been released! Check http://strawberryperl.com for it.
use strict/warnings and Windows (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Then both can win from either of the following:
1) a comment in hello world example, for example: "no need in use strict or use warnings as above does that for you"
2) every line in the example with comments
3) example without comments and with comments
By the way Alias doesn't sound like a newbie :) Who knows about CPAN testers during his first month programming in perl.
Re:use strict/warnings (Score:1)
Re: (Score:1)
Re: (Score:1)
M::P doesn't prevent people from running on earlier versions of Perl. It only means they have to know how to do so.