Tag
#Object-oriented Programming
-
2020
-
Designing a system: WP-CLI commands
-
Using the chain-of-responsibility pattern to hash WordPress passwords
-
2019
-
Improving a system: Different types of WordPress admin pages
-
How to approach object-oriented programming with WordPress
-
Designing a system: WordPress admin pages
-
2018
-
Designing entities using WordPress custom post types
-
Designing a class to represent a WordPress meta box
-
Designing a system: WordPress REST API endpoints
-
2017
-
Designing a class representing a WordPress admin page
-
Using the static factory method pattern with WordPress
-
Designing a class to generate HTML content in WordPress
-
Dependency inversion principle and WordPress
-
2016
-
How to use the static keyword with WordPress
-
Importing data into WordPress using the strategy pattern
-
Designing a class to create complex WordPress queries
-
Designing a class to build simple WordPress queries
-
Thoughts on teaching object-oriented programming with WordPress and over-engineering
-
Designing a class to assemble plugin classes
-
Designing a system: WordPress event management
-
2015
-
Designing classes that use the WordPress plugin API
-
Designing a class to manage WordPress posts
-
Designing a system: WordPress routing
-
Why can’t you learn object-oriented programming?
-
Thoughts on WordPress and the MVC pattern
-
Designing a class around WordPress hooks
-
Saving WordPress custom post types using an interface
-
2014
-
Helping WordPress make friends with the decorator pattern
-
Spying on WordPress with the proxy pattern
-
Designing a class: WordPress AJAX handler
-
The mediator pattern in WordPress
-
Singletons and their use in WordPress
-
Designing a class: WordPress API client
-
Moving beyond the basics with software design patterns
-
Organizing your files in an object-oriented WordPress plugin
-
Polymorphism and WordPress: Interfaces
-
Polymorphism and WordPress: Abstract classes
-
The first thing you should learn from object-oriented programming
-
Why object-oriented programming is your next step as a WordPress developer
-
Single responsibility principle, WordPress and You