Programming
-
JavaScript Object Creation Patterns Part 1
To continue the series on Object Oriented Patterns, here is the first entry covering JavaScript; focusing on Object Creation Patterns. Namespace Pattern JavaScript doesn’t support namespaces, however, to avoid
-
Notes on PHP Design Patterns, Part 1: Generating Objects and Flexible Object Programming
Design patterns are streamlined solutions to common problems. They provide guidelines that can be translated into code. This entry will focus on patterns used for Generating Objects and Flexible Object