On Sat, 21 Jul 2001 14:47:43 -0700 (PDT), Dave Storrs wrote:

>I discovered today that I had forgotten to put 'use strict' at the top of
>one of my modules...it was in the script that _used_ the module, but not
>in the module itself.  Putting it in instantly caught several annoying
>bugs that I'd been trying to track down.
>
>It would be nice if there was...

No. Your script should not be responsible for debugging modules. Modules
are supposed to be debugged already, and are the responsibility of the
module author, not the script writer.

-- 
        Bart.

Reply via email to