- Clean Code in C#
- Jason Alls
- 140字
- 2021-06-18 18:28:12
Summary
In this chapter, you have seen how functional programming can improve the safety of your code by not modifying the state, which can give rise to bugs, especially in multithreaded applications. By keeping methods small with meaningful names and no more than two parameters, you have seen how much cleaner your code is and easier to read. You have also seen how we can remove duplication in our code and the benefits of doing so. Code that is easy to read is easier to maintain and extend than code that is hard to read and decipher!
We will now move on and look at the topic of exception handling. In the next chapter, you will learn how to use exception handling appropriately, write your own custom C# exceptions that provide meaningful information, and write code that avoids raising NullPointerExceptions.
- 黑客攻防從入門到精通(實戰秘笈版)
- Oracle WebLogic Server 12c:First Look
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- LabVIEW 2018 虛擬儀器程序設計
- SOA實踐
- SQL Server 2016從入門到精通(視頻教學超值版)
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Visual Basic程序設計習題解答與上機指導
- Learning Selenium Testing Tools(Third Edition)
- JavaScript:Moving to ES2015
- Angular應用程序開發指南
- Node.js區塊鏈開發
- 計算語言學導論
- Redmine Cookbook
- 虛擬現實建模與編程(SketchUp+OSG開發技術)