关于[Writing Honest Methods in C#]的摘要:
This C# tutorial describes approaches for making methods/functions more honest. A more honest method makes it easier for readers to understand what the method does by reading its signature, i.e., without reading its implementation.
原文地址: http://www.dotnetcurry.com/patterns-practices/1449/pure-impure-methods-csharp