Archive for June 2016
OOP-NOOB Series – That Which Cannot Be Named
Wrapping procedural code is known as “Poor Man’s Namespacing”. While it does help avoid namespace collisions in legacy code, it is still procedural code. OOP is not about syntax.
Read MoreOOP-NOOB Series – Introduction
“Object-Oriented Programming – No Object-Oriented Benefit” – a series of articles on how NOT to write OOP PHP code.
Read More