DRY

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Don't Repeat Yourself - DRY: If you are in the position to write the second time the same behavior (copy-and-paste) that means the behavior belongs into a reusable function.

DRY and Coupling

Coupling | DRY and Coupling

Organizatorium