摘要:
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示例代码系列 阅读全文
摘要:
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 阅读全文