Slide 5
Slide 5 text
@pcreux
VanRuby - Dec 1st 2016
“For example, if you’ve duplicated a bit of
code in many places, the Don’t Repeat
Yourself (DRY) principle tells you to extract
the duplication into a single common
method and then invoke this new method in
place of the old code.”