2013年5月22日

设计模式---->最少知识原则/迪米特法则

摘要: 最少知识原则【Least Knowledge Principle,简称LKP】 迪米特法则【Low Of Demeter】 一、定义 迪米特法则的简写为LoD。迪米特法则也叫做最少知识原则(Least Knowledge Principle,简称LKP)说的都是一会事,一个对象应该对其他对象有最少的 阅读全文

posted @ 2013-05-22 22:14 小-强-斋-太 阅读(241) 评论(0) 推荐(0) 编辑

设计模式---->最少知识原则/迪米特法则

摘要: 最少知识原则【Least Knowledge Principle,简称LKP】 迪米特法则【Low Of Demeter】 一、定义 迪米特法则的简写为LoD。迪米特法则也叫做最少知识原则(Least Knowledge Principle,简称LKP)说的都是一会事,一个对象应该对其他对象有最... 阅读全文

posted @ 2013-05-22 22:14 小-强-斋-太 阅读(226) 评论(0) 推荐(0) 编辑

设计模式---->接口隔离原则

摘要: 接口隔离原则【Interface Segregation Principle】 一、定义 讲接口隔离原则,它有两种定义: 第一种定义: Clients should not beforced to depend upon interfaces that they don't use. 客户端不应该依 阅读全文

posted @ 2013-05-22 21:28 小-强-斋-太 阅读(187) 评论(0) 推荐(0) 编辑

设计模式---->接口隔离原则

摘要: 接口隔离原则【Interface Segregation Principle】 一、定义 讲接口隔离原则,它有两种定义: 第一种定义: Clients should not beforced to depend upon interfaces that they don't use. 客户端不... 阅读全文

posted @ 2013-05-22 21:28 小-强-斋-太 阅读(184) 评论(0) 推荐(0) 编辑

设计模式---->依赖倒置原则

摘要: 依赖倒置原则(Dependence Inversion Principle) 原文地址 一、 依赖倒置原则的定义 依赖倒置原则(Dependence Inversion Principle,简称DIP) 依赖倒置原则的原始定义是: Highlevelmodules should not depe... 阅读全文

posted @ 2013-05-22 16:35 小-强-斋-太 阅读(135) 评论(0) 推荐(0) 编辑

设计模式---->依赖倒置原则

摘要: 依赖倒置原则(Dependence Inversion Principle) 原文地址 一、 依赖倒置原则的定义 依赖倒置原则(Dependence Inversion Principle,简称DIP) 依赖倒置原则的原始定义是: Highlevelmodules should not depend 阅读全文

posted @ 2013-05-22 16:35 小-强-斋-太 阅读(160) 评论(0) 推荐(0) 编辑

设计模式---->里氏替换原则

摘要: 里氏替换原则【Liskov Substitution Principle】 1、定义 第一个定义,最正宗的定义:If for each object o1 of type S there is an object o2 of type T suchthat for all programs P de 阅读全文

posted @ 2013-05-22 10:50 小-强-斋-太 阅读(141) 评论(0) 推荐(0) 编辑

设计模式---->里氏替换原则

摘要: 里氏替换原则【Liskov Substitution Principle】 1、定义 第一个定义,最正宗的定义:If for each object o1 of type S there is an object o2 of type T suchthat for all programs P ... 阅读全文

posted @ 2013-05-22 10:50 小-强-斋-太 阅读(142) 评论(0) 推荐(0) 编辑

设计模式---->单一职责原则

摘要: 单一职责原则【Single Responsibility Principle】 1、单一职责原则 单一职责原则:应该有且仅有一个原因引起类的变更 There should never be more than one reason for a class to change. 2、使用单一职责原则的 阅读全文

posted @ 2013-05-22 10:20 小-强-斋-太 阅读(126) 评论(0) 推荐(0) 编辑

设计模式---->单一职责原则

摘要: 单一职责原则【Single Responsibility Principle】 1、单一职责原则 单一职责原则:应该有且仅有一个原因引起类的变更 There should never be more than one reason for a class to change. 2、使用单一职责原... 阅读全文

posted @ 2013-05-22 10:20 小-强-斋-太 阅读(143) 评论(0) 推荐(0) 编辑

导航