- Clean Code in C#
- Jason Alls
- 143字
- 2021-06-18 18:28:06
Summary
In this chapter, you have had an introduction to good code and bad code and, hopefully, you now understand why good code matters. You have also been provided with the link to the Microsoft C# coding conventions so that you can follow Microsoft best practices for coding (if you are not already doing so).
You have also briefly been introduced to various software methodologies including DRY, KISS, SOLID, YAGNI, and Occam's Razor.
Using modularity, you have seen the benefits of modularizing code using namespaces and assemblies. Such benefits include independent teams being able to work on independent modules, and code reusability and maintainability.
In the next chapter, we will be looking at peer code reviews. They can be unpleasant at times, but peer code reviews help to keep programmers in check by making sure they are adhering to the company coding procedure.
- Web程序設計及應用
- LabVIEW 2018 虛擬儀器程序設計
- Go語言高效編程:原理、可觀測性與優化
- C語言程序設計實踐教程
- Windows Forensics Cookbook
- Learning Apache Mahout Classification
- Spring Boot企業級項目開發實戰
- Jenkins Continuous Integration Cookbook(Second Edition)
- Node.js:來一打 C++ 擴展
- Visual Basic 程序設計實踐教程
- Mastering Object:Oriented Python(Second Edition)
- Java程序設計
- MySQL數據庫教程(視頻指導版)
- Ajax與jQuery程序設計
- 精通Spring MVC 4