Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Clean Code with C#

You're reading from   Clean Code with C# Refactor your legacy C# code base and improve application performance using best practices

Arrow left icon
Product type Paperback
Published in Dec 2023
Publisher Packt
ISBN-13 9781837635191
Length 492 pages
Edition 2nd Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Jason Alls Jason Alls
Author Profile Icon Jason Alls
Jason Alls
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Chapter 1: Coding Standards and Principles in C# 2. Chapter 2: Code Review – Process and Importance FREE CHAPTER 3. Chapter 3: Classes, Objects, and Data Structures 4. Chapter 4: Writing Clean Functions 5. Chapter 5: Exception Handling 6. Chapter 6: Unit Testing 7. Chapter 7: Designing and Developing APIs 8. Chapter 8: Addressing Cross-Cutting Concerns 9. Chapter 9: AOP with PostSharp 10. Chapter 10: Using Tools to Improve Code Quality 11. Chapter 11: Refactoring C# Code 12. Chapter 12: Functional Programming 13. Chapter 13: Cross-Platform Application Development with MAUI 14. Chapter 14: Microservices 15. Assessments 16. Index 17. Other Books You May Enjoy

Chapter 11

  1. The three main categories of code smells are as follows:
    • Structural code smells: These are issues related to the structure of the code, such as excessive complexity, long methods, and large classes
    • Functional code smells: These relate to problems in how the code functions, including duplicated code, inappropriate comments, and magic numbers
    • Architectural code smells: These involve higher-level architectural issues, such as improper layering, tight coupling, and violation of SOLID principles
  2. Different types of application-level code smells include the following:
    • Feature envy
    • Shotgun surgery
    • Parallel inheritance hierarchies
    • Blob
    • Swiss Army knife
  3. Different types of class-level code smells include the following:
    • Large class
    • God class
    • Data class
    • Refused bequest
    • Divergent change
  4. Different types of method-level code smells include the following:
    • Long method
    • Nested method calls
    • Too many parameters
    • Primitive obsession
    • Temporary field
  5. Various refactoring techniques can be used...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime