↧
Yoda logic
Not that confusing, it is. Back end web programming is all about logic. You create a bunch of conditions in which you want your code to run and then you run it. For instance, you would say “If this...
View ArticleWhat the heck is a hook / action / filter?
When you are first getting in to programming everything seems pretty logical. You decide what you want to achieve, you google it, and for the most part you will find a basic example that you can look...
View ArticleTernary Operators – php shorthand ?:
Ternary operators are probably the most confusing code to look at but at the same time probably the most underused style of coding for new developers. Ternary operators doesn’t give any additional...
View Article