Category Archives: Testing

How the Data Mapper pattern enhances code refactoring

We all know code needs to be refactored. Duplication sometimes need to be factored out. Sometimes we think of a more clear name for a method or variable and wish to rename something. Sometimes we accidentally use names that are … Continue reading

Posted in PHP, Testing, Uncategorized | Leave a comment