/HeadFirstPattern

Head First 设计模式学习

Primary LanguageJava

Head First 设计模式学习记录

  • chapter1 策略模式,封装行为算法的一种设计模式。
  • chapter2 观察者模式,解耦状态与行为的一种设计模式。