Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 227 Bytes

File metadata and controls

7 lines (6 loc) · 227 Bytes

Design-Patterns

Design principle

  1. Encapsulate what varies
  2. Program to an interface not to an implementation.
  3. Favor composition over inheritance.
  4. Strive for loosely coupled designs between objects that interact.