元设计模式

  • 把变和不变的事物分开
  • 针对接口编程,而不对实现编程
  • 组合(Composition)优先于继承(Inheritance)
  • 委托、委托、委托

Mark24

Everything can Mix.