🎨
application-framework
Ctrlk
  • Introduction
  • 设计模式篇
    • 设计原则
      • 单一职责原则
      • 里氏替换原则
      • 依赖倒置原则
      • 接口隔离原则
      • 迪米特法则
      • 开闭原则
    • 代理模式
    • 工厂模式
    • 策略模式
    • 等等..设计模式
    • 常用设计模式在开源软件的应用
    • Template设计模式介绍
  • SpringBoot篇
  • Mybatis篇
  • Spring源码解读篇
  • JPA篇
  • Hibernate篇
Powered by GitBook
On this page
  • 设计原则
  • 目录

Was this helpful?

  1. 设计模式篇

设计原则

设计原则

目录

  • 单一职责原则

  • 里氏替换原则

  • 依赖倒置原则

  • 接口隔离原则

  • 迪米特法则

  • 开闭原则

Previous设计模式篇Next单一职责原则

Last updated 5 years ago

Was this helpful?