Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Thoughts On Object-Oriented Module Design. Input Sought.

by gloryhack (Deacon)
on May 07, 2002 at 16:50 UTC ( [id://164718]=note: print w/replies, xml ) Need Help??


in reply to Re: Thoughts On Object-Oriented Module Design. Input Sought.
in thread Thoughts On Object-Oriented Module Design. Input Sought.

Side question: I'm currently debating with myself over when it's appropriate for a method to report an error to STDERR on its own instead of just passing back an error code to the caller and letting them decide whether to report it or not. Thoughts?

I believe that most of the time, methods within a module should not screw around with their environment. However, if reporting to STDERR is seen as convenient, I prefer a module that will provide a switch to turn STDERR reporting on or off, defaulting to the off state.

When I encounter a module that insists upon spewing at STDERR, I add to my own code a method for redirecting STDERR to /dev/null, and turn it on at the same point at which I comment-out the uses of the strict and diagnostics pragmas.

I think that by providing the switch in your modules, you allow your user to operate more completely within TMTOWTDI space.

  • Comment on Re: Re: Thoughts On Object-Oriented Module Design. Input Sought.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 16:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found