About

FAQ

Location

Sponsors

News

Wiki

Presentations
Favorite Talks
Schedule
iCal export
Submit a talk proposal




Users
Search
Statistics

Register
Log in

top

Monkey-patching, subclassing, and accidental overriding

By Aaron Crane (‎arc‎) from Edinburgh.pm, London.pm
Date: Saturday, 12 November 2011 15:50
Duration: 20 minutes
Language: English
Tags: cpan language moose oo reuse


We all know that CPAN is one of Perl's biggest advantages. But sometimes, you find yourself using a CPAN class that doesn't have quite enough features for what you're trying to do. What's the best way to deal with that sort of situation?

One option would be to monkey-patch new code into the CPAN class you're using — just add extra subroutines to the original namespace. But unconstrained monkey-patching has consequences that make it extremely hard to use in practice. So the usual alternative recommendation is to subclass the CPAN code, add the new methods in the subclass, and then ensure that the rest of your program always uses the subclass in place of the original. But that approach has two flaws. First, it can be awkward to make sure your subclass is always used in the right places. Second, it doesn't actually fix the problem: you can still experience all the same issues as with monkey-patching!

This talk examines the problems with this sort of reuse, whether you're trying to use monkey-patching or subclassing. It also offers some solutions that take advantage of Perl's flexibility to make it both easy and safe, regardless of whether you're using Perl's built-in OO or a full-featured object system like Moose.


Attended by: JJ Allen, Stevan Little (‎stevan‎), Tom Hukins, Dark Knight, Rikki Guy, Daniel Lukasiak, Colin Newell, Neil Bowers (‎NEILB‎), Brad Haywood, Christof Meerwald (‎cmeerw‎), James Macfarlane, Braudel Maqueira (‎brau‎), Anish Kumar (‎Anish‎), Michael Gray, Adam Bartosik, Neil Hemingway (‎neilh‎), Adam Trickett (‎ajt‎), Kaushal Maru, Christopher Hanna (‎Chad‎), Darius Jokilehto, Marcus Duyzend, Graeme Hewson, stuart Skelton, Martin Evans (‎mjevans‎), Nuria Arranz-Velazquez, Rafiq Gemmail (‎Raf‎),