Quantcast
Channel: PHPDeveloper.org
Browsing all 3 articles
Browse latest View live

John Sonmez's Blog: Types of Duplication in Code

On his "Simple Programmer" blog John Sonmez has a new post looking at three kinds of "code duplication" that you should keep an eye out for when coding your applications: One of the biggest reasons to...

View Article


James Fuller: Use @dataProvider to reduce duplication and improve the...

Code duplication is a common problem for developers. It's easy to copy and paste code around your application, but you're asking for trouble. Unfortunately, this kind of problem also extends to unit...

View Article

Matthias Noback: Packages: the case for clones

In a new post to his site Mattias Noback makes a case for clones (in response to this post from Phil Sturgeon). In it he defends the creation of "clones" of tools, either slightly different version of...

View Article
Browsing all 3 articles
Browse latest View live