Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 419 Bytes

File metadata and controls

18 lines (11 loc) · 419 Bytes

Overview

this is the notes in the learning road of design patterns.

设计模式总共有七大设计原则核心思想

什么时候用设计模式

设计模式,是对于软件设计中普遍存在的各种问题,所提出的解决方案;

Target

  • 代码重用性
  • 可读性(看得懂)
  • 可扩展性(便于加新的功能)
  • 可靠性(稳定)

程序呈现:高内聚,低耦合