摘要: The SOLID Principles in C# – Open / Closed原文链接:http://www.remondo.net/solid-principles-csharp-open-closed/The second post in theSOLID by Example seriesdeals with the Open / Closed Principle (OCP). This is the notion that an object should be open for extension, but closed for modification.SOLID示例代码系列 阅读全文
posted @ 2012-11-06 15:51 麦克默菲 阅读(610) 评论(0) 推荐(0) 编辑
摘要: The SOLID Principles in C# — Single Responsibility原文链接:http://www.remondo.net/solid-principles-csharp-single-responsibility/For us developersS.O.L.I.D.is a five letter acronym with each letter pointing to a basic principle of good Object Oriented Design. The principle set was introduced almost twent 阅读全文
posted @ 2012-11-06 10:39 麦克默菲 阅读(455) 评论(0) 推荐(0) 编辑