How often are design patterns used in the workplace using PHP

Posted by Metropolis on Stack Overflow See other posts from Stack Overflow or by Metropolis
Published on 2010-05-14T19:53:12Z Indexed on 2010/05/14 20:14 UTC
Read the original article Hit count: 802

Filed under:
|

Hey everyone,

I read a book awhile back called PHP Design Patterns and Practice, and ever since then I have been using design patterns whenever I think they are needed. However it just occurred to me that maybe most companies do not use design patterns very often for PHP, or at all. What I was wondering is, do most companies use design patterns to help improve code flexibility? And if so, what are the best design patterns to learn for PHP?

Thanks for any help on this, Metropolis

© Stack Overflow or respective owner

Related posts about php

Related posts about design-patterns