摘要:
Design Pattern很硬很难懂,但是它绝对是一个值得开发人员投资的项目。最大的好处是可以透过学习、理解Design Pattern,学习、理解到对象几大原则: - 单一职责原则 (SRP,Single Responsibility Principle) - 开放封闭原则 (OCP,Open Closed Principle) - 依赖倒置原则 (DIP,Dependency Inversion Principle) - 接口隔离原则 (ISP,Interface Segregation Principle) - Liskov替换原则 (LSP,Liskov Substitution P 阅读全文