DRY (Don’t Repeat Yourself)
Applying the DRY principle is pretty simple. If you find yourself writing the same code more than once, refactor it into an external function or class.
Home
Commonplace
Literature Notes
RSS
Applying the DRY principle is pretty simple. If you find yourself writing the same code more than once, refactor it into an external function or class.