Now you can write PHP code… without writing any code

Tags:

Yes, you heard that right! You can now code in PHP without having to write a single line of code – amazing, right? The application that makes this possible is called Lemon ADE, and it runs on the iPad. In this post I’ll go over how Lemon ADE works, and I have also recorded a short video demonstrating coding with …

Exceptions and abstraction

Tags:

So you already know how to handle your errors properly. Even if you’re already using exceptions, there are some nuances to the use of exceptions that are important to know and understand in order to write code that is easier to reuse and more decoupled. Let’s talk about exceptions and how they relate to your classes and abstraction.