Lecture 0 Introduction to the Course
What are Design Patterns
Typical solutions to commonly occurring problems in software
design, like pre-made blueprints.Creational patterns, structural patterns, and behavioral
patterns
软件设计中常见问题的典型解决方案,例如预制蓝图,创造模式、结构模式和行为模式
Contents
-
Part A: Preparation
Object-oriented programming with Java, UML class diagram
使用Java、UML类图进行面向对象编程 -
Part B: Software Design Principles
General design principles, SOLID principles
一般设计原则、SOLID原则 -
Part C: Classic Design Patterns
Creational patterns, structural patterns, behavioral patterns
创造模式、结构模式、行为模式 -
Part D: Advanced Topics
More design patterns, combination of design patterns, refactoring
更多设计模式、设计模式组合、重构