Three Tips for Writing Airtight PHP Conditions

In PHP, conditions are the core of conditional statements such as if-statements, and of certain other control structures like while() loops. Surprises are great in some areas of life, but rarely so in PHP development, and knowing how to write clear conditional statements will dramatically cut down on surprises in your code. That all comes … Continue reading Three Tips for Writing Airtight PHP Conditions