Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
By my count, it's 70% still useful. Just because you don't choose to implement a design using Class::MethodMaker, doesn't make learning it useless. Likewise, encapsulation and multiple dispatch. I despair when people think that only the stuff they'll need today is useful. Knowing how others have done things in the past is valuable. Breadth of understanding is worthwhile, even if you never use the techniques shown yourself.

Well the point was that your definition wasn’t equivalent to stvn’s definition and was leading to a Straw Man argument. We’ve obviously loaded up the straw man because your definition of useful ignores my use of the word directly in this context.

Happily we both agree that having a broad range of knowledge is useful. I know more now about a much larger range of topics because of Moose than I did before. I also think that there is a very large difference between knowing abstract theory, and practical application. I think that the arguments people have in this thread and on Perl Monks in general are because one side is saying “abstract theory!” and the other is saying “practical applications!”. Both are useful. I personally would prefer to help people learn by showing them practical applications that lead to a deeper understanding of theory, and I happen to think Moose is the best way to do that.

Besides, basing that "flippant remark" on a chapter count (however you choose to count them) is utterly misleading. It assumes all chapters are equally long, which they're certainly not. Might as well say that 1 out of 1 "OO Perl" books contain invalid material, so the book's 100% invalid. Or that 207 of the 283 Moose:: modules have at least open bug report, so Moose is 73% buggy.

His “flippant remark” was I think more accurate than yours though. Moose only has 108 modules in the Moose distribution, and that only has 14 bugs so Moose’s core distribution is only 13% buggy.

The point isn't that encapsulation is bad, the point is that going out of your way to enforce encapsulation in a language like Perl is simply adding complexity with no benefit. Why double your code when a simple rolled up news paper across the nose is sufficient? "Bad Programmer, No Cookie!"
There's no point arguing this. You could argue exactly the same about (for example) Moose bringing type checking to attribute assignments. Encapsulation does bring benefits, and can certainly be added to Perl without "doubling the code". Modern inside-out techniques are hardly any more onerous than vanilla hash-based objects, and modules like Object::InsideOut make simple encapsulated classes even less onerous to set up than using Moose.

You’re right, there is no point arguing this. I was simply clarifying stvn’s position on Encapsulation. He’s not arguing against Encapsulation, he’s arguing against strong enforcement. He I believe feels that it’s not worth the effort in Perl. I happen to agree with him having implemented Inside Out objects in a project (shortly after reading Damian’s OO book infact) and ran into several serious issues dealing with them because they actively worked against the natural tools Perl has to deal with complex data structures. Happily opinions are like assholes and we can both have one.

You know, it's always respected programmers like yourself who I see advising us beginners to avoid learning all the core stuff that made you excellent programmers excellent in the first place. Knowing how OO Perl actually works, you have the luxury of wishing you didn't, while still enjoying the many subtle benefits of that knowledge. It's almost like a conspiracy by the Perl elite to keep the masses in our proper state of limited understanding. ;-)

Flattery is an excellent weapon. We’ll assume you’re right, I would argue that “respected programmers” simply trying to help beginners (and your arguments here seriously suggest you are anything but a “beginner”) to learn from our mistakes so that they can make wholly new and interesting mistakes of their own. If we all had to learn the same stupid crap over and over the world would never advance.

There is time to learn how Perl implements OO, and in fact there is what I feel to be a good start in Moose documentation with Moose::Manual::Unsweetend. I however feel that time isn’t when you’re learning OO theory and practice, but when you’re ready to learn how a practical application (Moose, Class::MethodMaker, Object::InsideOut) is implemented and reflects that theory.

I'm not being high and mighty here either. It seems irresponsible to say to a beginner that they have to suffer through all the difficult lessons I and others have learned. Especially when we've spent three years encapsulating most of those lessons inside Moose. Nobody is advocating not learning proper theory, we're just advocating you learn from the community.

Seriously though, understanding how things actually work is important, even when very useful coatings of module-based magic are layered over them. You can't really be great at a language if you don't understand how that language really works, no matter how well you understand any tool built on top of that language. Ultimately, all metaphors break down, and that's just as true of the programming metaphors we call libraries or modules. And, at that point, if you don't understand the mechanism the metaphor is simplifying, you're in deep trouble. I guess my point is that throw-away remarks that denigrate a dated but well-written book (which still contains, in my view, a lot more than just 1/3 useful information) don't really do justice to the book, to Moose, or to Perl. Or to the many beginners who want to benefit from understanding all three.

This is where we’re misunderstanding each other. If you’d been part of the Moose community for any of the conversations that come up with a beginner asks what a good book for learning OO theory is, Damian’s books is almost always recommended because as you and stvn both rightly point out the first four chapters (the first 1/3) is probably one of the single best introductions to OO out there. the other things that come up are the already mentioned Moose::Manual::Unsweetend, as well as Art of the Metaobject Protocol.

We disagree on how useful the rest of Damian’s OO book are for learning OO theory and really understanding what is going on. Those chapters of Damian’s book are the ones that are aging the hardest as they don’t do a reasonable job of explaining things like an Attribute Metaobject Protocol (which is one of the most powerful concepts that makes Moose the workhorse it can be), but instead focus on esoterica inside the Perl universe at the time the book was written (and yes multimethods are an exception, but I didn’t really find the description there anymore compelling for an explanation than say MooseX::MultiMethods).


In reply to Re^15: OO automatic accessor generation by perigrin
in thread OO automatic accessor generation by Neighbour

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-03-28 13:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found