Ofer Nave wrote:
Well, I'm just starting to write tests now. Once I'm comfortable with
that, in the future I can try writing the tests first. But the module
is already written, and I've already posted it many other places to get
feedback on design and implementation. It's not very complicated
David Golden wrote:
Ofer Nave wrote:
I've written a new module for CPAN called Parallel::Simple. It's my
first CPAN module, and I have not yet uploaded it because I have not
yet written any formal tests for it (although I use it in production
currently). I've also never written any formal test
Ofer Nave wrote:
I've written a new module for CPAN called Parallel::Simple. It's my
first CPAN module, and I have not yet uploaded it because I have not
yet written any formal tests for it (although I use it in production
currently). I've also never written any formal tests in perl at all
(u
I've written a new module for CPAN called Parallel::Simple. It's my
first CPAN module, and I have not yet uploaded it because I have not yet
written any formal tests for it (although I use it in production
currently). I've also never written any formal tests in perl at all
(using the Test::*