Posts Tagged ‘Procedural’
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 More