OOP Building blocks and Web Development
Thursday, April 26th, 2007My reading this week includes the book Design Patterns For Dummies which is an overview of the design patterns used by programmers to solve real world problems. Design patterns allow the programmers to utilize pre-exisiting classes/methods/etc… to achieve the desired results. In the last 50+ years of programming, someone else has had a similar problem to yours and has likely published the best method for dealing with it. I am reading this book knowing I will one day have to do some real programming with PHP or Ruby so I wanted a baseline understanding of best practices.
As I read the first chapter which deals with OOP Building blocks I began to see some practices which are useful in standard web design as well. A quick Google found no articles merging these ideas so I had an inspiration for this posts. Since I am not a “Programmer” with formal training my applications of the OOP Building blocks may not fit the true definition of each component, but should at least be kept in the spirit of the functionality of each building block. The for basic building blocks and my interpretation of them for web developers is below.
(more…)


