Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: The value of declarations

by TGI (Parson)
on Apr 08, 2009 at 22:00 UTC ( [id://756475]=note: print w/replies, xml ) Need Help??


in reply to Re^3: The value of declarations
in thread The value of declarations

Some checks could be done if you had a way to tell the compiler you weren't going to do something like this.

__PACKAGE__->no_monkey_business; # no new methods/method signatures c +an happen now. # or perhaps use static_methods qw( MyClass ); #compile this class with only expli +citly declared methods allowed.

Where the declaration says that only the methods that exist for the class at that time, or perhaps those that have been explicitly declared are available.

Even better if you could turn it off from outside the class file, so you could do some monkey patching if needed:

# in main: no static_methods MyClass; # uses MyClass with static_methods turned +off.


TGI says moo

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 18:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found