Welcome to the Refactoring in C# course. This course will teach you how to apply various refactoring techniques to improve your code.
I will take you step–by–step through every refactoring and teach you everything you need to know to improve as a C# developer.
The refactoring techniques you learn in the Refactoring in C# course will also help you if you follow test–driven development practice. With TDD and its Red–Green–Refactor, refactoring comes at the end of each cycle. After you write your tests and your code, refactoring will turn that code into a production–ready C# code.
Once you improve your codebase, you will be faster and more productive.
Throughout this course, you will see how to:
Eliminate longer methods in your C# code
Turn complex methods into its own C# classes
Safely move methods and features between classes
Remove if within an if within an if . Kind of statements
Simplify conditional statements
Simplify method calls
Turn long parameter lists into a separate class
Remove unnecessary parameters
Use the Null Object design pattern to eliminate if checks for null
Use State or Strategy design pattern to eliminate switch statements
Turn messy C# code into a clean code
With the Atomic Refactoring in C# course you get:
Instructor Details
Courses : 2
Specification: Atomic Refactoring in C#
|
1 review for Atomic Refactoring in C#
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $11.99 |
---|---|
Provider | |
Duration | 3.5 hours |
Year | 2020 |
Level | Intermediate |
Language | English |
Certificate | Yes |
Quizzes | No |
$59.99 $11.99
Rafael Horvati –
I think that course is very good. Examples are not hard to follow and they can be easily translated to real world. After each lecture i have better understanding of how to use refactoring techniques not just for refactor old code more effectively but also to write better code at beginning.