in reply to Re^4: Why isn't C<use strict> the default?
in thread Why isn't C<use strict> the default?
Trying to debug on maintain code that isn't properly indented is a nightmare to maintain as well. Should that become mandatory as well - only being able to be turned off by putting some voodoo on top of your program? I mean, the first thing Perl programmer say what their opinion is about Python is "horrible white space rules". Yet we all think that indentation is good, and still we find it a horror if the language mandates it by default.