Patterns: Difference between revisions

From Freephile Wiki
initial stub to link to EJB Design Patterns pdf
No edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


With the [http://lucasbaltes.com/php-museum/ 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.  
With the [http://lucasbaltes.com/php-museum/ 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.  
== Software Architect ==
This presentation by Mark Richards in 2023 gives advice about how to think like a Software Architect {{#ev:youtube|https://www.youtube.com/watch?v=W7Krz__jJUg}}


{{Stub}}
{{Stub}}
[[Category:PHP]]
[[Category:Architecture]]

Latest revision as of 15:27, 9 May 2025

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.

Software Architect[edit]

This presentation by Mark Richards in 2023 gives advice about how to think like a Software Architect