Clean Code in C#
Jason Alls更新时间:2021-06-18 18:28:37
最新章节:Leave a review - let other readers know what you think封面
版权信息
献辞
About Packt
Why subscribe?
Contributors
Preface
Coding Standards and Principles in C#
Technical requirements
Good code versus bad code
The need for coding standards principles and methodologies
Summary
Questions
Further reading
Code Review – Process and Importance
The code review process
Preparing code for review
Leading a code review
Knowing what to review
Knowing when to send code for review
Providing and responding to review feedback
Summary
Questions
Further reading
Classes Objects and Data Structures
Technical requirements
Organizing classes
A class should have only one responsibility
Commenting for documentation generation
Cohesion and coupling
Design for change
The Law of Demeter
Immutable objects and data structures
Objects should hide data and expose methods
Data structures should expose data and have no methods
Summary
Questions
Further reading
Writing Clean Functions
Understanding functional programming
Keeping methods small
Avoiding duplication
Avoiding multiple parameters
Summary
Questions
Further reading
Exception Handling
Checked and unchecked exceptions
Avoiding NullPointerExceptions
Business rule exceptions
Exceptions should provide meaningful information
Building your own custom exceptions
Summary
Questions
Further reading
Unit Testing
Technical Requirements
Understanding the reasons for a good test
Understanding the testing tools
TDD methodology practice – fail pass and refactor
Removing redundant tests comments and dead code
Summary
Questions
Further reading
End-to-End System Testing
E2E testing
Factories
Dependency injection
Modularization
Summary
Questions
Further reading
Threading and Concurrency
Understanding the thread life cycle
Adding thread parameters
Using a thread pool
Using a mutex with synchronous threads
Working with parallel threads using semaphores
Limiting the number of processors and threads in the thread pool
Preventing deadlocks
Preventing race conditions
Understanding static constructors and methods
Mutability immutability and thread safety
Synchronized method dependencies
Using the Interlocked class
General recommendations
Summary
Questions
Further reading
Designing and Developing APIs
Technical requirements
What is an API?
API proxies
API design guidelines
API design using RAML
Summary
Questions
Further reading
Securing APIs with API Keys and Azure Key Vault
Technical requirements
Undertaking the API project – dividend calendar
Accessing the Morningstar API
Creating the dividend calendar ASP.NET Core web application in Azure
Using an API key to secure our dividend calendar API
Testing our API key security
Addingthe dividend calendar code
Throttling our API
Summary
Questions
Further reading
Addressing Cross-Cutting Concerns
Technical requirements
The decorator pattern
The proxy pattern
AOP with PostSharp
Project – cross-cutting concerns reusable library
Summary
Questions
Further reading
Using Tools to Improve Code Quality
Technical requirements
Defining good-quality code
Performing code cleanup and calculating code metrics
Performing code analysis
Using quick actions
Using the JetBrains dotTrace profiler
Using JetBrains ReSharper
Using Telerik JustDecompile
Summary
Questions
Further reading
Refactoring C# Code – Identifying Code Smells
Technical requirements
Application-level code smells
Class-level code smells
Method-level smells
Summary
Questions
Further reading
Refactoring C# Code – Implementing Design Patterns
Technical requirements
Implementing creational design patterns
Implementing structural design patterns
Overview of behavioral design patterns
Final thoughts
Summary
Questions
Further reading
Assessments
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
Chapter 10
Chapter 11
Chapter 12
Chapter 13
Chapter 14
Other Books You May Enjoy
Leave a review - let other readers know what you think
更新时间:2021-06-18 18:28:37