Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Don't go all PerlMonks on me

by perrin (Chancellor)
on Apr 09, 2007 at 14:48 UTC ( [id://608973]=note: print w/replies, xml ) Need Help??


in reply to Don't go all PerlMonks on me

Good story. It makes an interesting point too: one person's basic sanity is another person's gold-plating. While I never write a program without strict and warnings because I find it harder, some people think those pragmas are a waste of time for a one-off program. This is something you have to be conscious of when trying to help others who may not share your views.

Replies are listed 'Best First'.
Re^2: Don't go all PerlMonks on me
by talexb (Chancellor) on Apr 09, 2007 at 15:14 UTC
      While I never write a program without strict and warnings because I find it harder, some people think those pragmas are a waste of time for a one-off program.

    This quote should be framed.

    I talked to two people about code craft recently; one asked why I would use strict in a script, and another asked if it was really necessary to close a file.

    About using strict, I said it made about as much sense as wearing a seat belt -- skip it at your own risk. About not explicitly closing filehandles, I said that I always 1. open the file (and always with or die afterwards), 2. close the file, and 3. go back up to just after the open statement and do whatever it was I was going to do with the file.

    Being lazy can be a good thing, but too much laziness can be a bad thing. It can be embarrassing spending 20 minutes chasing down a problem in a one-liner that you could have solved right away if you'd just used strict.

    Alex / talexb / Toronto

    "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (8)
As of 2024-04-23 09:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found