http://qs321.pair.com?node_id=923976


in reply to Re^4: regexp class
in thread re: regexp class

Please show me the bugs in my code above.

Replies are listed 'Best First'.
Re^6: regexp class
by wfsp (Abbot) on Sep 04, 2011 at 11:17 UTC
    If your code crashed in a forest and no one was around to hear it, would it make a sound?
      maybe a croak...
Re^6: regexp class
by JavaFan (Canon) on Sep 03, 2011 at 11:37 UTC
    Without some sort of specification what code needs to do, it's never possible to point out bugs. Some me your specification, and I'll show you the bugs (unless the specification is "do nothing").

      Adding functionality would be a feature request, not a bug report.

      The following test suite provides 100% code and feature coverage:

      use Test; BEGIN { plan tests => 1 } do '/dev/null'; ok( ! $@ ); # Empty text compiles w/o error # Test all features:

      - tye        

        So, if you send an empty file to your next client, and he responds with "this program actually doesn't do as we agreed on", you charge him because he wants additional features?