![]() |
|
XP is just a number | |
PerlMonks |
Re: Perl Skillsby hesco (Deacon) |
on Jun 15, 2010 at 05:40 UTC ( #844787=note: print w/replies, xml ) | Need Help?? |
At the risk of adding to an already ambitious syllabus, may I suggest that you create a simple module which fills some personal need and build a test suite providing 100% coverage of your code base. I found that a very useful exercise in many ways. -- Hugh P.S. In response to Moritz, yes, achieving 100% coverage is not always possible -- even when I invest the time and energy, but the quest for that goal has proven very educational for me. And it has never hurt my code base to have better coverage.
if( $lal && $lol ) { $life++; } if( $insurance->rationing() ) { $people->die(); }
In Section
Seekers of Perl Wisdom
|
|