http://www.perlmonks.org?node_id=756481


in reply to Should code that does not use strict even be considered here?

I see no reason why code that doesn't use strict should not be considered here. There is plenty of valid code that doesn't use strict. While using strict and warnings does catch most errors, neither are absolutely necessary for good code, but they are desirable, especially for beginners.

  • Comment on Re: Should code that does not use strict even be considered here?