C# Developers: Learn the Art of Writing Clean Code
C# Developers: Learn the Art of Writing Clean Code

Learn the techniques to write better C# code and stand out in technical interviews
What You Will Learn:
- Tell the difference between good and bad good
- Identify the smells in your code
- Refactor your code in a safe and fast way using ReSharper
- Write clean code that reveals the intent
- Decompose long methods into smaller, more maintainable ones
- Refactor lengthy switch statements into an object-oriented design
- Simplify nested / complex conditional blocks
- Remove duplicated code
- Design the proper signature for your methods
Comments
Post a Comment