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.
Testing (Score:2)
This is an excellent point. I wonder if anyone has used Perl's new improved testing features to persuade their bosses to use Perl over some other language.
How do other languages stack up against Perl in testability?
Re:Testing (Score:2)
Someone feel free to disagree...
Re:Testing (Score:2)
While ruby's Test::Unit looks vaguely interesting, it doesn't look nearly as simple as Test::Harness + Test.pm (or Test::More). The thing about Test::Harness is that it's not a module, but a tool. And a nice tool at that - it shows me test progress, and when I get test errors it shows them as I'm progressing, so that if I want to I can ctrl-C the tests and fix them.
I don't know for sure if the ruby stuff doesn't provide this, so I could be blowing bubbles here. Please correct me if I'm wrong.
I guess I just want CPAN for ruby. Once that's there, all this stuff kind of happens as a consequence of that.
Reply to This
Parent
Re:Testing (Score:1)