The standards for WordPress development are slowly moving from turns of procedural code that lack proper abstraction to more SOLID and object-oriented code.That’s a step in the right direction, but let’s not forget two important things that often get left out of these discussions: putting code in a class does not make it “object-oriented,”...
Showing posts with label class. Show all posts
Showing posts with label class. Show all posts
27 October, 2018
THE DIFFERENCE BETWEEN CLASSES AND OBJECTS IN PHP
Programing Coderfunda
October 27, 2018
class, object, oop's, oops, php
No comments
The standards for WordPress development are slowly moving from turns of procedural code that lack proper abstraction to more SOLID and object-oriented code.
That’s a step in the right direction, but let’s not forget two important things that often get left out of these discussions: putting code in a class does not make it “object-oriented,”...