http://www.perlmonks.org?node_id=629800


in reply to Re^2: (Perl) Programming Books like the Camel Book
in thread (Perl) Programming Books like the Camel Book

because I usually don't like "This is how you should do it" books.

this is such a common misconception about PBP. only people who haven't read it say it's a book that tells you how to code. it doesn't. read the foreword. it's important.

the book's more like "well, very probably this is the way you should do it, because ... if you do it in another way, you are free to do, the important thing is that you thought about it."

  • Comment on Re^3: (Perl) Programming Books like the Camel Book

Replies are listed 'Best First'.
Re^4: (Perl) Programming Books like the Camel Book
by amarquis (Curate) on Jul 31, 2007 at 12:04 UTC

    That comment was just my knee-jerk from seeing the title. Having read the sample chapter up, I found it to be exactly like you describe. I especially liked the examples of the troubles you can get yourself into. It is one thing to say "Do it like this because X," but having the "If you do it that why Y and Z can happen" drives the point home well.

    I feel like after reading it I'll definitely remember the advice while I'm coding, and if I'm not following the advice at least I'll know where issues can pop up.