- 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.
- Java程序設計與開發(fā)
- Getting Started with React
- Learning Spring 5.0
- Hands-On Data Structures and Algorithms with JavaScript
- Raspberry Pi for Secret Agents(Third Edition)
- Mastering Python Scripting for System Administrators
- Visual Basic程序設計
- 硅谷Python工程師面試指南:數據結構、算法與系統(tǒng)設計
- 軟件測試實用教程
- FFmpeg開發(fā)實戰(zhàn):從零基礎到短視頻上線
- Node.js區(qū)塊鏈開發(fā)
- 精通Spring:Java Web開發(fā)與Spring Boot高級功能
- Mastering Apache Camel
- Google Adsense優(yōu)化實戰(zhàn)
- Building Apple Watch Projects