By dan.bergh.johnsson
via dearjunior.blogspot.com
Published: Mar 02 2012 / 08:18
The principle DRY (Don't Repeat Yourself) is fundamental to good programming. However, it is easily misunderstood to be about duplicated code (i e duplicated text). This leads to irrelevant coupling in the code base. Instead DRY should be understood as "not to duplicate representations of ideas".



Add your comment