http://www.perlmonks.org?node_id=265077


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:

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