Community

Writing Honest Methods in C#

(Yacoub Massad) 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.