Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: strict or not strict?

by Anonymous Monk
on Aug 19, 2005 at 14:18 UTC ( [id://485147]=note: print w/replies, xml ) Need Help??


in reply to Re: strict or not strict?
in thread strict or not strict?

Typically, if you need to turn off strictness, something needs rethinking, in my experience.
That, I disagree with. Whenever I turn off strictness, I do so *after* thinking. Your statement suggests that turning off strictness is something bad, and ought to be avoided at all costs. Sometimes there are alternatives for turning off strictness, but they are not always better.

I think it's a sign of poor programming if your code bends backwards to satisfy strict, when the code could have been shorter, easier to understand and maintain and less error prone with a strategic 'no strict'.

Replies are listed 'Best First'.
Re^3: strict or not strict?
by Tanalis (Curate) on Aug 19, 2005 at 14:25 UTC
    I think it's a sign of poor programming if your code bends backwards to satisfy strict, when the code could have been shorter, easier to understand and maintain and less error prone with a strategic 'no strict'.

    I buy that, when applied to short scripts, one-liners and throw-away code. For anything longer, or anything where a large number of people are going to be working on the code, it's nearly always easier to adhere to strict than to take the shortcuts and risk having to explain to colleagues and maintainers why you've made the decision you made.

    In the context of the OP (which is the context in which my comment should be read), where the snippet seems to be a cut-down excerpt from something bigger, I think that turning off strictness to kludge something in is a bad idea. In this context, I stand by what I said: something needs rethinking.

    Update: What ++Transient said :)

Re^3: strict or not strict?
by Transient (Hermit) on Aug 19, 2005 at 14:26 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://485147]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-03-28 20:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found