Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- https://docs.microsoft.com/en-us/visualstudio/code-quality/?view=vs-2019: This documentation by Microsoft provides information on the different tools available to help you analyze and improve the quality and maintainability of your code
- https://en.wikipedia.org/wiki/Code_review: There are many useful links on this page to further your knowledge of code reviews and their value to your business
- https://springframework.guru/gang-of-four-design-patterns/: The Gang-of-Four design patterns book
- https://www.packtpub.com/application-development/net-design-patterns: .NET Design Patterns, by Praseed Pai and Shine Xavier
- https://help.github.com/en: GitHub’s help page
- https://dofactory.com/net/design-patterns: C# Design Patterns with Quick Examples (dofactory.com)