Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: OO style question: how much information to hide? (allow simple code)

by tye (Sage)
on Jun 11, 2003 at 15:29 UTC ( [id://265077]=note: print w/replies, xml ) Need Help??


in reply to OO style question: how much information to hide?

I'd say that being able to write simpler code is a win. So:

  • Don't die nor warn (by default) on "deleting" a non-existant tag (even if there is some reason that it should be "impossible" for the tag to exist, such as the token being an end tag)
  • Have the "delete" method return what was deleted (just like delete does)
  • Have "add attribute" complain for end tags
So I could certainly see value in having an optional complaint emitted if you try to delete attributes from end tags (for those who want to detect if they are being "sloppy" in this respect as a check on the validity of their code). But I don't think that should be the default (in a module with "Simple" in the name).

                - tye
  • Comment on Re: OO style question: how much information to hide? (allow simple code)

Log In?
Username:
Password:

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

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

    No recent polls found