PHP Code Quality Tools to Check and Improve your Code

PHP Code Quality Tools to Check and Improve your Code

Oh no! You're working on an application which is as messy as your flat! You don't understand anything, every bug takes weeks to fix. You need to improve the quality of your PHP code... but how? What tool to use? A hoover? Don't worry, dear reader, I have some answers for you.

The DRY Principle: Benefits and Costs with Examples

The DRY Principle: Benefits and Costs with Examples

The DRY principle (Don't Repeat Yourself) is easy to understand but difficult to apply. Should we never repeat our code? What was the true purpose of the principle's authors? Let's decipher what should be DRY in our code, and what should not.

Vim for PHP: The Complete Guide for a Powerful PHP IDE

Vim for PHP: The Complete Guide for a Powerful PHP IDE

I can see you spitting your cereals in front of you computer. 'What? A PHP IDE with Vim? Are you insane?'. If I am, I'm not the only one: many developers use Vim, why not PHP developers? This article will describe everything you need for you to build your own personal IDE, which fits your way of working and answers your specific needs.