DRY - Don’t Repeat Yourself
Throughout this book you may come across instances where we use the acronym DRY.
DRY means don’t repeat yourself. This is a common programming practice to reduce
the amount of code, and complexity involved in the process. Besides once you have
invented the wheel you might as well use it as much as you can.