best book on design patterns?

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default best book on design patterns?

    This has nothing to do with PHP, but I ask it here since I do most of
    my programming in PHP. What do you think the best book on design
    patterns is? The book can be written for C or Java or in the abstract.
    What was useful to you and why?
    lawrence Guest

  2. Similar Questions and Discussions

    1. flex design patterns
      Hi ,I would like to convert a existing struts application to flex ,the current application has different modules,ie different screens when...
    2. In Design book won't export bleeds to pdf
      I'm using CS 1 and have several In Design documents with facing pages (bleeds top bottom outside edge) compiled into a book. When I export to pdf...
    3. OT - Book on Newspaper or Magazine Design
      Been trying to look on the Web for a digital book or any comprehensive guide on newspaper/magazine design, to no avail. Anyone out there who can give...
    4. Flash Web Design Book
      I am trying to find a good book to read on how to create a Flash website design (like a turtorial). What is a good book to get that teaches me step...
    5. (German) Article about Design Patterns in Ruby online
      http://www.linuxenterprise.de/itr/online_artikel/psecom,id,407,nodeid,9.html at this URL you can find a very good and interesting article by...
  3. #2

    Default Re: best book on design patterns?

    lawrence wrote:
    > This has nothing to do with PHP, but I ask it here since I do most of
    > my programming in PHP. What do you think the best book on design
    > patterns is?
    > The book can be written for C or Java or in the abstract.
    > What was useful to you and why?
    This question should go to comp.object, I think...
    xposted, and fu2 positionned...

    BTW, C might not be the most obvious language for OOP and patterns !-)

    <OT in c.l.php>
    "Design Patterns, elements of reusable object oriented software",
    Gamma, Helm, Johnson, Vlissides
    Addison-Wesley

    This book is the first one about patterns, and is still the reference.
    BTW, it's also a good book about good OO design in general.
    </OT>

    <php>
    For patterns implementations in php, you may want to have a look at
    phpPatterns :
    [url]http://www.phppatterns.com[/url]
    </php>

    HTH
    Bruno

    --
    bruno_desthuilliers
    bdesth[dot]nospam[at]removeme[dot]free[dot]fr
    --


    Bruno Desthuilliers Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139