- Clean Code in C#
- Jason Alls
- 314字
- 2021-06-18 18:28:08
Summary
In this chapter, we have discussed the importance of performing code reviews and the complete process of getting code ready for review and responding to reviewer comments as the programmer, along with how to lead a code review and what to look for when performing a review as the code reviewer. It can be seen that there are clearly two roles in a peer code review. These are the reviewer and the reviewee. The reviewer is the person performing the code review, and the reviewee is the person whose code is being reviewed.
You have also seen how you, as a reviewer, can categorize your feedback and why soft skills are important when providing feedback to fellow programmers. And as a reviewee whose code is being scrutinized, you have seen how important it is to build upon positive and optional feedback and how important it is to act upon critical feedback.
By now, you should have a good understanding of why it is important to conduct regular code reviews, and why they should be done before the code is passed on to the QA department. Peer code reviews do take time and can be uncomfortable for both the reviewer and reviewee. But in the long run, they work toward a high-quality product that is easy to extend and maintain, and they lead to better code reuse as well.
In the next chapter, we will be looking at how to write clean classes, objects, and data structures. You will see how we can organize our classes, ensure our classes only have one responsibility, and comment on our classes in order to assist with documentation generation. We will then look at cohesion and coupling, designing for change, and the Law of Demeter. Then, we will look at immutable objects and data structures, hiding data, and exposing methods in objects, before finally looking at data structures.
- JavaScript百煉成仙
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- Banana Pi Cookbook
- Visual Basic學(xué)習(xí)手冊
- Bootstrap 4:Responsive Web Design
- C#程序設(shè)計基礎(chǔ):教程、實驗、習(xí)題
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)
- Mastering Adobe Captivate 7
- Python預(yù)測分析實戰(zhàn)
- Access數(shù)據(jù)庫應(yīng)用教程(2010版)
- WCF技術(shù)剖析(卷1)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 深入理解Kafka:核心設(shè)計與實踐原理
- HTML5程序設(shè)計基礎(chǔ)教程
- Java Web應(yīng)用開發(fā)