Delve deep into the world of refactoring, where you'll learn the theory and application of transforming code into a cleaner, more efficient version while retaining its functionality. This course is perfect for developers looking to enhance their code maintenance and performance skills through practical refactoring techniques.
Overview
Syllabus
- Lesson 1: Understanding Code Smells: Identifying the Need for Refactoring in Your Code
- Lesson 2: Refactoring Essentials: Extract, Rename, and Substitute Techniques
- Lesson 3: Leveraging Object-Oriented Programming Principles for Code Refactoring in JavaScript
- Lesson 4: Code Decoupling and Modularization in JavaScript
- Lesson 5: Stepping into Refactoring Code