Even the most well–planned code can develop anti–patterns over the years. These make the codebase difficult to maintain. Small changes can break major features.
Here are the outcomes that an attendee can take from the course:
1. What is refactoring?
2. What is technical debt?
3. What is and how can we write clean code?
4. How to refactor your code?
5. Groups of techniques used when refactoring.
In our day to day delivery of software, there is often a tension between delivering features as fast as possible, and applying ideal principles of clean code. Redesigning our code and making it look perfect is not something we can do everyday.
This course teaches us how we can apply principles of clean code pragmatically without affecting delivery. It helps us learn how to iteratively make our code easier to understand, maintain, and extend.
Everybody knows that they should refactor their code to make sure that it is as easy as possible to maintain and understand.
Refactoring by editing text introduces errors, and there can be long times when the code won’t even compile, because a refactoring is part way through. Using automated refactoring tools means that your code will compile all the time, allowing tests to be run after every change.
Specification: Refactoring : The basics and more
|
1 review for Refactoring : The basics and more
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $12.99 |
---|---|
Provider | |
Duration | 1 hour |
Year | 2021 |
Level | All |
Language | English ... |
Certificate | Yes |
Quizzes | No |
$84.99 $12.99
Abdul Ishaan –
Perfect. Its very practical and the live example makes it much more easier to relate. I am doing the refactoring along with the session and that helps understand the concept much better rather than just watching the refactoring