Improve your code with Early Return
Early Return (or guard clauses) is a simple way to improve your code readability. Instead of using nested ifs, simply return if a condition is not met.
Early Return (or guard clauses) is a simple way to improve your code readability. Instead of using nested ifs, simply return if a condition is not met.
I did some research and it looks like my first contribution to WordPress core was in version 4.9, way back in 2017. Since then, I've been trying to send at…
The block editor in WordPress has created a divide between those who copy and paste code and those who understand web programming. This change is here to stay, but don't be afraid to learn - it's easier than it looks.
Always asking the same questions? Status reports gather all information in a single place. But what do we do when the report is not easy to read?
Improving your code requires changes: functions, files, structures, everything someday needs a new name or place. How do we make a change without breaking anything?
What is an API and why is it important to use your favorite framework's APIs? That and some important concepts in this post!