Difference between revisions of "Patterns"

From Freephile Wiki
Jump to navigation Jump to search
(initial stub to link to EJB Design Patterns pdf)
m (added Category:PHP using HotCat)
 
Line 4: Line 4:
  
 
{{Stub}}
 
{{Stub}}
 +
 +
[[Category:PHP]]

Latest revision as of 16:28, 23 June 2015

Patterns have been a big topic in computer science since at least 1994 when the "Gang of Four" (Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides) wrote the book Design Patterns. Actually, that work was based on work by Ward Cunningham and others going back to a presentation made in 1987. Check out Ward's Portland Pattern Repository; and books like EJB Design Patters (PDF, 289pp)

With the advent of PHP5 in 2004, more object-oriented programming capabilities were available to the PHP developer. To be a good software architect, you should use patterns or recognize them when they present themselves to be able to implement good solutions. So, take time to learn about the common patterns and leverage the object-oriented facilities in PHP.