摘要:
Item 6. Use Delegates to Define Method Constraints on Type Parameters 阅读全文
摘要:
Item 5. Ensure That Your Generic Classes Support Disposable Type Parameters 阅读全文
摘要:
Item 4. Use Generics to Force Compile-Time Type Inference 阅读全文
摘要:
Item 3. Specialize Generic Algorithms Using Runtime Type Checking 阅读全文
摘要:
Item 2. Define Constraints That Are Minimal and Sufficient 阅读全文
摘要:
Item 1. Use Generic Replacements of 1.x Framework API Classes 阅读全文
摘要:
Working with Generics 阅读全文
摘要:
要判断一个程序员是不是好的程序员,主要看他写的代码,因为程序员最重要的事是写代码。 即便不去理解代码的意图,只要看一眼,好的程序员写的代码与差的程序员写的代码基本上就可以看出来。好的程序员写的代码,整洁而规范,视觉上自然有一种美感。空白错落有致,注释恰到好处,命名和排版遵守统一的规范。差的程序员写的代码则经常出现过长的函数,前后不一致的命名方式和排版,过深的嵌套结构,非常复杂的表达式,随处可见的... 阅读全文
摘要:
Item 47: Prefer Safe Code 阅读全文
摘要:
Item 46: Minimize Interop 阅读全文
摘要:
Item 45: Prefer the Strong Exception Guarantee 阅读全文