Tag Archives: coding php

PHP best practices #1: duplication is evil

Tweet I am very opinionated about my code.  The source of most of my opinions is the DRY/DIE principal: Don’t Repeat Yourself / Duplication Is Evil.   Take, for instance, a Human Resources application I worked on recently. It is … Continue reading

Posted in Coding, News | Tagged | 1 Comment