Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Stealing lexicals - best practice suggestions

by Abigail-II (Bishop)
on Apr 17, 2003 at 08:41 UTC ( [id://251154]=note: print w/replies, xml ) Need Help??


in reply to Stealing lexicals - best practice suggestions

I would first contact the author of the module and see if you can work something out. Otherwise, fork. Beside that some of the other mentioned points don't work, you'd break all rules of software engineering. Your extension code is now dependent on the implementation details of the original code, and it's not using the API. If in a next version of YAPE::Regex, %pat is renamed, or worse, due to reimplementation of the internals, there's now a different datastructure, your extension code no longer works.

Abigail

Log In?
Username:
Password:

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

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

    No recent polls found