in reply to Re^5: Moose and caller() for current method
in thread Moose and caller() for current method

"Modern Perl" ... is nought more than another attempt to introduce programming by rote.

"Hi! I see you're writing a libelous non sequitur! Would you like some help?"

Modern Perl is an attempt to do exactly what you do on this site: to help people write good code.

  • Comment on Re^6: Moose and caller() for current method

Replies are listed 'Best First'.
Re^7: Moose and caller() for current method
by BrowserUk (Patriarch) on Jul 13, 2010 at 21:52 UTC

    Proscriptive teaching only works for those situations that the proscriptions cover.

      I have the impression that people who actually read the book might characterize it differently.

        Actually have read the draft. A few examples:

        1. Whatever happened to (from "Programming Perl" third edition: section 2.5):
          One of the design principles of Perl is that different things should look different. Contrast this with languages that try to force different things to look the same, to the detriment of readability.

          How does that sit with your take on lexical file handles?

        2. "You can disambiguate this with the postfix package separator (::), but that's rare and admittedly ugly:"

          What is "ugly" about two colons?

          That is nothing but capricious subjectivity. It has no place in a teaching document.

        3. Indirect objects.

          Re-read your stance on indirect object notation. Consider the reason sited for not using it ("rare").

          Consider also the suggestion: "Alternately, consider loading the core IO::Handle module which allows you to perform IO operations by calling methods on filehandle objects".

          And we're back to making everything look the same. Pure dogma!

        I could go on (and on), but there would be little point. You've lost sight of what makes Perl so productive. Of what makes Perl, Perl.

        (BTW: Why is it that your denials of previous accepted wisdom is legitimate; but my expression, of my reservations of your opinions: "libellous"?)